chore: update identity status type to UserStatus #34

Open
mapoofano wants to merge 370 commits from chore-identity-user-status into main
Showing only changes of commit 8167426430 - Show all commits
+2
View File
@@ -112,6 +112,8 @@ enum ErrCode {
RECIPIENT_IS_NOT_IN_WHITE_LIST = 7032;
MOBILE_NATIONAL_ID_MISS_MATCH = 7033;
NOT_ENOUGH_LOCKED_BALANCE = 7034;
NOT_ENOUGH_BALANCE_TO_LOCK = 7035;
// Server errors
SERVER_ERROR_FREEZED_BALANCE_NEGATIVE = 8000;