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 8662183528 - Show all commits
+2 -2
View File
@@ -79,7 +79,7 @@ enum ErrCode {
MARKET_ORDER_UNKNOWN = 7025;
ASSET_CAN_NOT_BUY = 7026;
ASSET_BUY_PRICE_IS_ZERO = 7019;
MARKET_ORDER_MATCHING_ERR_REFUND= 7128;
MARKET_ORDER_MATCHING_ERR_REFUND = 7128;
// Specific errors
IBAN_MISS_MATCH = 7003;
@@ -106,7 +106,7 @@ enum ErrCode {
RECIPIENT_IS_NOT_IN_WHITE_LIST = 7032;
// Server errors
SERVER_ERROR_FREEZED_BALANCE_NEGATIVE = 8000;
SERVER_ERROR_FREEZED_BALANCE_NEGATIVE = 8000;
SERVER_ERROR_NIL_DB_TX = 8001;
// Person-related errors