Search
Preparing search index...
The search index is not available
Home
ValidationException
Class ValidationException
Hierarchy
Exception
ValidationException
Index
Constructors
constructor
Properties
errors
message
name
stack
Methods
throw
Constructors
constructor
new
Validation
Exception
(
errors
:
ValidationError
[]
)
:
ValidationException
Parameters
errors:
ValidationError
[]
Returns
ValidationException
Properties
errors
errors
:
ValidationError
[]
message
message
:
string
name
name
:
string
Optional
stack
stack
:
string
Methods
Static
throw
throw
(
property
:
string
, constraints
:
{}
)
:
void
Parameters
property:
string
constraints:
{}
[
key:
string
]:
string
Returns
void
Globals
Validation
Exception
constructor
errors
message
name
stack
throw