prorm API Reference
← Documentation
GitLab
Preparing search index...
types
ValidationErrorItem
Interface ValidationErrorItem
A single validation failure: which attribute, which validator, and the message it produced.
interface
ValidationErrorItem
{
message
:
string
;
type
:
string
;
path
:
string
;
value
:
any
;
}
Index
Properties
message
type
path
value
Properties
message
message
:
string
type
type
:
string
path
path
:
string
value
value
:
any
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
message
type
path
value
← Documentation
GitLab
prorm API Reference
Loading...
A single validation failure: which attribute, which validator, and the message it produced.