Creates a new ValidationError with structured error messages.
Structured validation error messages
Optionaloptions: ErrorOptionsOptional error options for the base Error class
HTTP status code for the validation error (422 Unprocessable Entity)
Internal error code for programmatic error handling
Structured validation error messages
ValidationError is a specialized Error class that represents validation failures. It contains structured error messages and HTTP status information for easy integration with web frameworks.
Example