ErrorType

- Added enum member `UNSET`
This commit is contained in:
Tristan B. Velloza Kildaire 2023-11-26 18:51:38 +02:00
parent 6c9df711f8
commit 198cb52342
1 changed files with 5 additions and 0 deletions

View File

@ -10,6 +10,11 @@ import std.conv : to;
*/
public enum ErrorType
{
/**
* Unset
*/
UNSET,
/**
* If the requested queue could not be found
*/