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
CodecException handling should be handled in a consistent way between functional and annotation-based APIs. They should return by default 4xx status code for decoding error and 5xx for encoding error + should print the error reason in logs without the full stack trace. That would improve significantly the development experience.