Exception and error handling #4

Closed
opened 2020-09-22 10:08:50 +00:00 by jackhadrill · 0 comments
Owner

Currently no exceptions or errors are handled.

For example:

  • Leaving a screen if not watching a screen.
  • Deleting a screen that doesn't exist.
  • Creating a screen with the same name as another screen.

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.

Currently no exceptions or errors are handled. For example: * Leaving a screen if not watching a screen. * Deleting a screen that doesn't exist. * Creating a screen with the same name as another screen. 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.
Sign in to join this conversation.
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: TerribleCodeClub/VCinema#4
No description provided.