ErrorType

- Added new member `WATCHER_FAILED`
This commit is contained in:
Tristan B. Velloza Kildaire 2023-11-26 19:16:30 +02:00
parent 75547033d9
commit aff9787dba
1 changed files with 6 additions and 0 deletions

View File

@ -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
*/