bindingErrors

A list of detailed binding errors that occurred during data validation or mapping.

Binding errors provide field-level error information, typically from form validation or data transformation operations. Each error contains the field name and a specific error message. This is particularly useful for API responses where clients need detailed validation feedback.

The list is empty for successful operations or when no binding errors occurred. The @JsonInclude annotation ensures empty lists are not serialized in JSON responses.