Home > validator > yup > ValidationError
Signature:
export declare class ValidationError
| Property | Modifiers | Type | Description |
|---|---|---|---|
| errors | string[] | ||
| inner | any[] | ||
| message | string | ||
| path | string | ||
| stack? | any | (Optional) | |
| type | string | ||
| value | any |
| Method | Modifiers | Description |
|---|---|---|
| formatError(message, params) | static |
|
| isError(err) | static |