ValidationError
Extends:
Error → ValidationError
The validation error class.
Thrown by the SchemaValidator when an invalid object is passed into the validate() method.
Constructor Summary
| Public Constructor | ||
| public |
constructor(message: String) Create a new instance. |
|