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
Thanks for replying. We have a centralized error handler which translates the internal error messages to something much more user-friendly. Also, we have some data-transformation process down the promise chain (after superlifter) that might also throw errors. So it's easier for us to have a centralized error handler close to the resolver.
Some system might be need to interpret the error down stream. Maybe we can propagate the errors?
https://github.com/oliyh/superlifter/blob/master/src/superlifter/core.cljc#L90-L95
The text was updated successfully, but these errors were encountered: