feat: add taker agreement already accepted err

This commit is contained in:
AmirMahdi Qiasvand 2025-08-17 14:20:04 +03:30
parent 33dd406f16
commit 9acad665be

View File

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