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
We need a generic error handler to avoid hardcoding try-catch blocks for every resolver.
Related issues
N/A
Example
You can see that the pattern of creating a response object and wrapping a service method with a try-catch block is repeated. This is inefficient and needs to be delegated to a higher-level error handler if possible.
The text was updated successfully, but these errors were encountered:
Feature description
We need a generic error handler to avoid hardcoding try-catch blocks for every resolver.
Related issues
N/A
Example
You can see that the pattern of creating a response object and wrapping a service method with a try-catch block is repeated. This is inefficient and needs to be delegated to a higher-level error handler if possible.
The text was updated successfully, but these errors were encountered: