Exceptions

- Added new member `NO_DEFAULT_QUEUE` to enum `ErrorType`
This commit is contained in:
Tristan B. Velloza Kildaire 2023-03-30 13:33:17 +02:00
parent 06e80eec84
commit 0d94ed0c83

View File

@ -4,7 +4,8 @@ public enum ErrorType
{ {
QueueExists, QueueExists,
QUEUE_NOT_FOUND, QUEUE_NOT_FOUND,
QUEUE_ALREADY_EXISTS QUEUE_ALREADY_EXISTS,
NO_DEFAULT_QUEUE
} }
public class TristanableException : Exception public class TristanableException : Exception