diff --git a/errors/v1/msg.proto b/errors/v1/msg.proto index e4a889a..cb5fd8c 100644 --- a/errors/v1/msg.proto +++ b/errors/v1/msg.proto @@ -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;