Exception and error handling #4
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Currently no exceptions or errors are handled.
For example:
This is a non-exhaustive list.
I don't know the best way to deal with this yet.
There are some types of errors that should never occur during normal operation that we handle internally. There are also user-caused errors that should be reported back to the user intelligently / carefully.
SignalR probably has a nice way of dealing with this.