|
Maybe {Authentication|Authorization}
FailedException as well? those should provide failure details so user would catch it and extract the cause, then return their own error messages to the endpoint. Introduce hierarchical HandlerException and provide failure details in other words.
|