v2: new err

Signed-off-by: nfel <nfilsaraee@gmail.com>
This commit is contained in:
nfel 2025-07-23 13:40:30 +03:30
parent ebb745f177
commit 8167426430
Signed by: nfel
GPG Key ID: DCC0BF3F92B0D45F

View File

@ -112,6 +112,8 @@ enum ErrCode {
RECIPIENT_IS_NOT_IN_WHITE_LIST = 7032; RECIPIENT_IS_NOT_IN_WHITE_LIST = 7032;
MOBILE_NATIONAL_ID_MISS_MATCH = 7033; MOBILE_NATIONAL_ID_MISS_MATCH = 7033;
NOT_ENOUGH_LOCKED_BALANCE = 7034; NOT_ENOUGH_LOCKED_BALANCE = 7034;
NOT_ENOUGH_BALANCE_TO_LOCK = 7035;
// Server errors // Server errors
SERVER_ERROR_FREEZED_BALANCE_NEGATIVE = 8000; SERVER_ERROR_FREEZED_BALANCE_NEGATIVE = 8000;