prorm API Reference
← Documentation
GitLab
Preparing search index...
types
ValidationError
Interface ValidationError
Raised when one or more validators reject an instance;
errors
holds one entry per failure.
interface
ValidationError
{
name
:
string
;
message
:
string
;
errors
:
ValidationErrorItem
[]
;
}
Hierarchy
Error
ValidationError
Index
Properties
name
message
errors
Properties
name
name
:
string
message
message
:
string
errors
errors
:
ValidationErrorItem
[]
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
name
message
errors
← Documentation
GitLab
prorm API Reference
Loading...
Raised when one or more validators reject an instance;
errorsholds one entry per failure.