v2: national_id miss match ( instead of shahkar failed err )

Signed-off-by: nfel <nfilsaraee@gmail.com>
This commit is contained in:
nfel 2025-07-09 11:47:45 +03:30
parent e0c66e2868
commit de57dfda19
Signed by: nfel
GPG Key ID: DCC0BF3F92B0D45F

View File

@ -105,6 +105,7 @@ enum ErrCode {
ASSET_MAX_BALANCE_REACHED = 7030; ASSET_MAX_BALANCE_REACHED = 7030;
WALLET_IS_NOT_IN_WHITE_LIST = 7031; WALLET_IS_NOT_IN_WHITE_LIST = 7031;
RECIPIENT_IS_NOT_IN_WHITE_LIST = 7032; RECIPIENT_IS_NOT_IN_WHITE_LIST = 7032;
MOBILE_NATIONAL_ID_MISS_MATCH = 7033;
// Server errors // Server errors
SERVER_ERROR_FREEZED_BALANCE_NEGATIVE = 8000; SERVER_ERROR_FREEZED_BALANCE_NEGATIVE = 8000;