ValidationError defines a single formatted data validation error, usually used as part of an error response.
new ValidationError("invalid_title", "Title is not valid") Copy
new ValidationError("invalid_title", "Title is not valid")
Optional
Generated using TypeDoc
ValidationError defines a single formatted data validation error, usually used as part of an error response.