- Added `UNSET` to be `Status.init`'s value
This commit is contained in:
Tristan B. Velloza Kildaire 2023-11-21 13:50:38 +02:00
parent ead47834fb
commit 9dadb5aec9
1 changed files with 1 additions and 0 deletions

View File

@ -29,6 +29,7 @@ public enum MessageType
*/
public enum Status
{
UNSET,
GOOD,
BAD_ARGS,
NOT_AUTHD,