Skip to content

Commit

Permalink
ErrorType
Browse files Browse the repository at this point in the history
- Added new member `WATCHER_FAILED`
  • Loading branch information
deavmi committed Nov 26, 2023
1 parent 7554703 commit aff9787
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions source/tristanable/exceptions.d
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,12 @@ public enum ErrorType
*/
MANAGER_SHUTDOWN,

/**
* If the watcher has failed
* to stay alive
*/
WATCHER_FAILED,

/**
* If the requested queue could not be found
*/
Expand Down

0 comments on commit aff9787

Please sign in to comment.