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 58d6369e6f - Show all commits
+1
View File
@@ -33,6 +33,7 @@ enum ErrCode {
INVALID_ARGUMENT_IBAN_NUMBER = 2011;
INVALID_ARGUMENT_UNKNOWN_TYPE = 2012;
INVALID_ARGUMENT_BAD_STELLAR_ADDRESS = 2013;
INVALID_ARGUMENT_ZERO_AMOUNT = 2014;
// Resource errors
NOT_FOUND = 3000;