feat: add missing login response reasons
This commit is contained in:
parent
c98b204562
commit
c5e3452b39
1 changed files with 6 additions and 1 deletions
|
@ -15,5 +15,10 @@ public enum LoginResponseReason : byte
|
||||||
ServerNotFoundOrDbProblem,
|
ServerNotFoundOrDbProblem,
|
||||||
LockedDuePayment,
|
LockedDuePayment,
|
||||||
UserDeletedBigpoint,
|
UserDeletedBigpoint,
|
||||||
NoMoreTries
|
NoMoreTries,
|
||||||
|
XMLError12,
|
||||||
|
XMLRPCError,
|
||||||
|
FileLoadFail, // Maybe more data :)
|
||||||
|
ThisIsNotAServiceArea,
|
||||||
|
None
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue