ErrorType

- Added new member `MANAGER_SHUTDOWN`
This commit is contained in:
Tristan B. Velloza Kildaire 2023-11-26 19:00:56 +02:00
parent 713c102da5
commit 08757f27f2
1 changed files with 6 additions and 0 deletions

View File

@ -15,6 +15,12 @@ public enum ErrorType
*/
UNSET,
/**
* If the manager has already
* been shutdown
*/
MANAGER_SHUTDOWN,
/**
* If the requested queue could not be found
*/