v2: brithdate missmatch added

Signed-off-by: nfel <nfilsaraee@gmail.com>
This commit is contained in:
nfel 2025-08-20 14:07:42 +03:30
parent cd4590689d
commit a8d454bf88
Signed by: nfel
GPG Key ID: DCC0BF3F92B0D45F

View File

@ -118,6 +118,8 @@ enum ErrCode {
NOT_ENOUGH_LOCKED_BALANCE = 7034;
NOT_ENOUGH_BALANCE_TO_LOCK = 7035;
IPG_GEN_TOKEN_FAILED = 7036;
USER_INFO_NATIONAL_ID_BIRTHDATE_MISS_MATCH = 7037;
// Server errors
SERVER_ERROR_FREEZED_BALANCE_NEGATIVE = 8000;