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 good way of handling errors on the backend. The goal is to make it easier to develop new features using already implemented handlers. Right now its kind of all over the place as the features are implemented just to work.
Already created DbTargetError class to handled Target Errors, It attaches hostname and message to the Error.
The text was updated successfully, but these errors were encountered:
We need a good way of handling errors on the backend. The goal is to make it easier to develop new features using already implemented handlers. Right now its kind of all over the place as the features are implemented just to work.
Already created DbTargetError class to handled Target Errors, It attaches hostname and message to the Error.
The text was updated successfully, but these errors were encountered: