You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 24, 2024. It is now read-only.
Returning an HTTP 5xx error code because: javax.validation.ValidationException: invalid orderBy
Returning an HTTP 5xx error code because: javax.validation.ValidationException: Invalid search query. Currently search supports only single key=value strings pair
For simplicity I would typically map them to the same error code - invalid user input %field
We do not need multiple error codes unless we want to return meaning - Value to small etc.
Examples from logs:
Returning an HTTP 5xx error code because: javax.validation.ValidationException: invalid orderBy
Returning an HTTP 5xx error code because: javax.validation.ValidationException: Invalid search query. Currently search supports only single key=value strings pair
Returning an HTTP 5xx error code because: java.lang.IllegalArgumentException: fromKey > toKey
The text was updated successfully, but these errors were encountered: