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 7d979a5377 - Show all commits
+1
View File
@@ -39,6 +39,7 @@ enum ErrCode {
INVALID_BUY_AMOUNT = 2015;
INVALID_BUY_AMOUNT_MAX = 2016;
INVALID_BUY_AMOUNT_MIN = 2017;
INVALID_ARGUMENT_TFA_REQUIRED = 2018;
// Resource errors
NOT_FOUND = 3000;