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
The Error Handler Decorator should not trust the response code of the validators anymore but instead return a correct HTTP Status code.
This status code can be easily extracted from the response code of the validators. I.e. 403010 response code of a validator could be translated into a 403 instead of 403010.