mirror of
https://github.com/Expand-sys/CCash
synced 2026-03-22 12:37:08 +11:00
admin wrong password removed
This commit is contained in:
parent
f59c0793ee
commit
bd357db0ac
1 changed files with 3 additions and 4 deletions
|
|
@ -4,8 +4,7 @@ enum ErrorResponse
|
||||||
UserNotFound = -1,
|
UserNotFound = -1,
|
||||||
WrongPassword = -2,
|
WrongPassword = -2,
|
||||||
InvalidRequest = -3,
|
InvalidRequest = -3,
|
||||||
WrongAdminPassword = -4,
|
NameTooLong = -4,
|
||||||
NameTooLong = -5,
|
UserAlreadyExists = -5,
|
||||||
UserAlreadyExists = -6,
|
InsufficientFunds = -6,
|
||||||
InsufficientFunds = -7,
|
|
||||||
};
|
};
|
||||||
Loading…
Reference in a new issue