Documentation
Preparing search index...
Credential Provider
ValidationError
Class ValidationError
Hierarchy
AggregateError
ValidationError
Index
Constructors
constructor
Properties
cause?
errors
message
name
stack?
Constructors
constructor
new
ValidationError
(
errors
?:
Iterable
<
unknown
>
,
message
?:
string
,
)
:
ValidationError
Parameters
errors
:
Iterable
<
unknown
>
= []
Optional
message
:
string
Returns
ValidationError
Properties
Optional
cause
cause
?:
unknown
errors
errors
:
any
[]
message
message
:
string
name
name
:
string
= 'ValidationError'
Optional
stack
stack
?:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
cause
errors
message
name
stack
Documentation
Loading...