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 the ResourceException class mirrors the Stormpath error resource as expected.
However, if an exception occurs and a stack trace is shown, the application developer (Stormpath customer) only sees the generic end-user-facing 'message'. Because this value is targeted at application end-users (probably non technical people), it is not sufficient for an app developer to quickly see what went wrong and fix it.
This issue is to ensure that ResourceException is initialized with a String message that is full of information that helps a developer understand why they received the exception.
Currently the
ResourceExceptionclass mirrors the Stormpath error resource as expected.However, if an exception occurs and a stack trace is shown, the application developer (Stormpath customer) only sees the generic end-user-facing 'message'. Because this value is targeted at application end-users (probably non technical people), it is not sufficient for an app developer to quickly see what went wrong and fix it.
This issue is to ensure that
ResourceExceptionis initialized with a String message that is full of information that helps a developer understand why they received the exception.