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
Currently, Grac Exceptions don't contain the HTTP response code, so just forwarding the error in a response is not possible, but rather requires manually mapping exceptions back to status codes.
Also, for generic ServiceExceptions, there's no way to access the response code.
Grac ClientExceptions should contain the HTTP response code, so we can access it.
Make sure to not break the existing API - when adding a parameter to the ClientException initializer, make it optional.
The text was updated successfully, but these errors were encountered:
Currently, Grac Exceptions don't contain the HTTP response code, so just forwarding the error in a response is not possible, but rather requires manually mapping exceptions back to status codes.
Also, for generic ServiceExceptions, there's no way to access the response code.
Grac ClientExceptions should contain the HTTP response code, so we can access it.
Make sure to not break the existing API - when adding a parameter to the
ClientException
initializer, make it optional.The text was updated successfully, but these errors were encountered: