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
Users wishing to provide their own implementation of reject action need a way how to decide which HTTP status code to use depending on the error code, e.g. to map error code ENTITY_NOT_FOUND to status code 404.
Users wishing to provide their own implementation of
reject
action need a way how to decide which HTTP status code to use depending on the error code, e.g. to map error codeENTITY_NOT_FOUND
to status code404
.See also the discussion in #1867
Acceptance criteria
reject
implementations to map error codes to status codesreject
implementationThe text was updated successfully, but these errors were encountered: