Compare commits

..

2 Commits

View File

@ -51,6 +51,7 @@ enum ErrCode {
BANK_INFO_NOT_FOUND = 3007; BANK_INFO_NOT_FOUND = 3007;
RECIPIENT_NOT_FOUND = 3008; RECIPIENT_NOT_FOUND = 3008;
USER_NOT_FOUND = 3009; USER_NOT_FOUND = 3009;
MARKET_AGREEMENT_ALREADY_ACCEPTED = 3010;
// Resource state errors // Resource state errors
ASSET_NOT_ACTIVE = 4000; ASSET_NOT_ACTIVE = 4000;