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
I think the issue is differentiating between entity being syntactically incorrect vs semantically incorrect. The current handler can only return false on error. How about we extend that to {false, Reason}? {false, syntax} or {false, format} would return 400 but {false, semantic} or {false, processing} would return 422.
Edit: I'm not suggesting we accept 2 reasons for each code, I just can't decide on a proper name.
Topic.
The text was updated successfully, but these errors were encountered: