static/v4/class/lib/errors/index.js~ValidationError.html
publicclass| source
Error → BaseError → ValidationError
Validation Error. Thrown when the sequelize validation has failed. The error contains an errors property, which is an array with 1 or more ValidationErrorItems, one for each validation that failed.
| Public Members | | public |
| |
| Public Methods | | public |
get(path: string): ValidationErrorItem[]
Gets all validation error items for the path / field specified.
| |
Gets all validation error items for the path / field specified.
| Name | Type | Attribute | Description | | path | string | |
The path to be checked for error items
|
| ValidationErrorItem[] |
Validation error items for the specified path
|