v2: user not found
Signed-off-by: nfel <nfilsaraee@gmail.com>
This commit is contained in:
parent
b27e1c234e
commit
41d9a6fa10
@ -43,6 +43,7 @@ enum ErrCode {
|
|||||||
DISCOUNT_NOT_FOUND = 3005;
|
DISCOUNT_NOT_FOUND = 3005;
|
||||||
BANK_INFO_NOT_FOUND = 3007;
|
BANK_INFO_NOT_FOUND = 3007;
|
||||||
RECIPIENT_NOT_FOUND = 3008;
|
RECIPIENT_NOT_FOUND = 3008;
|
||||||
|
USER_NOT_FOUND = 3009;
|
||||||
|
|
||||||
// Resource state errors
|
// Resource state errors
|
||||||
ASSET_NOT_ACTIVE = 4000;
|
ASSET_NOT_ACTIVE = 4000;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user