coons-patch
Preparing search index...
ValidationError
Class ValidationError
Custom error class for validation-related errors. Extends the built-in Error class.
Hierarchy
Error
ValidationError
Index
Constructors
constructor
Properties
cause?
name
message
stack?
Constructors
constructor
new
ValidationError
(
message
?:
string
)
:
ValidationError
Parameters
message
:
string
= ...
Returns
ValidationError
Properties
Optional
cause
cause
?:
unknown
name
name
:
string
message
message
:
string
Optional
stack
stack
?:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
cause
name
message
stack
coons-patch
Loading...
Custom error class for validation-related errors. Extends the built-in Error class.