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
fix(api): improve error handling for invalid JSON body
Adds a specific error handler for `CheckedFromJsonException` to return a
400 Bad Request instead of a generic 500 Internal Server Error when
deserialization fails due to invalid client input.
This provides more accurate feedback to API clients when they send a
request body that is missing required fields or contains incorrect
data types.
0 commit comments