BindingError
Represents a field-level error that occurred during data binding or validation.
Binding errors provide detailed information about validation failures at the individual field level, typically used in form validation, API request processing, or data transformation operations. Each error is associated with a specific field name and contains a descriptive error message.
See also
for how binding errors are used in error responses