Signature: ValidationError class
export declare class ValidationError extends Error
Constructors
Constructor | Modifiers | Description |
---|---|---|
(constructor)(message, method, code, path, description) | Constructs a new instance of the ValidationError class |
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
code | string | ||
description | string | ||
message | string | ||
method | string | ||
path | string |