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
Add an ExceptionMapper that handles kiwi's RuntimeJsonException.
Eventually, we might want to move it directly into kiwi.
Assuming the cause of the RuntimeJsonException is JsonProcessingException, it should behave like the existing JsonProcessingExceptionMapper. This is the expected case. If the cause is notJsonProcessingException then we should just return a 500 response, since we don't know what happened.
The text was updated successfully, but these errors were encountered:
Add an
ExceptionMapper
that handles kiwi'sRuntimeJsonException
.Eventually, we might want to move it directly into kiwi.
Assuming the cause of the
RuntimeJsonException
isJsonProcessingException
, it should behave like the existingJsonProcessingExceptionMapper
. This is the expected case. If the cause is notJsonProcessingException
then we should just return a 500 response, since we don't know what happened.The text was updated successfully, but these errors were encountered: