valitype
Preparing search index...
ValidationError
ValidationError
Class ValidationError
Hierarchy
Error
ValidationError
Index
Constructors
constructor
Properties
code
key
message
name
stack?
value
Constructors
constructor
new
ValidationError
(
params
:
{
code
:
ValidationErrorCode
;
key
:
string
;
message
:
string
;
value
:
string
|
undefined
;
}
,
)
:
ValidationError
Parameters
params
:
{
code
:
ValidationErrorCode
;
key
:
string
;
message
:
string
;
value
:
string
|
undefined
;
}
Returns
ValidationError
Properties
Readonly
code
code
:
ValidationErrorCode
Readonly
key
key
:
string
message
message
:
string
name
name
:
string
Optional
stack
stack
?:
string
Readonly
value
value
:
string
|
undefined
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
code
key
message
name
stack
value
valitype
Loading...