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
In addition to the exception logging improvements for #336, ExceptionResolversExceptionHandler should not use the exception message, and thus leak implementation details.
By default, an unresolved exception will be logged, but otherwise the client will receive just a generic message like "Internal error". It would be up applications to have one or more DataFetcherExceptionResolver components to handle specific exceptions, or otherwise use a generic message with additional information about the request, like the execution id for example.