feat: add INVALID_REFERRAL_CODE error to ErrCode enum
This commit is contained in:
parent
1e853d000c
commit
496a93d044
@ -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;
|
||||||
|
INVALID_REFERRAL_CODE = 3011;
|
||||||
MARKET_AGREEMENT_ALREADY_ACCEPTED = 3010;
|
MARKET_AGREEMENT_ALREADY_ACCEPTED = 3010;
|
||||||
|
|
||||||
// Resource state errors
|
// Resource state errors
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user