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 41d9a6fa10 - Show all commits
+1
View File
@@ -43,6 +43,7 @@ enum ErrCode {
DISCOUNT_NOT_FOUND = 3005;
BANK_INFO_NOT_FOUND = 3007;
RECIPIENT_NOT_FOUND = 3008;
USER_NOT_FOUND = 3009;
// Resource state errors
ASSET_NOT_ACTIVE = 4000;