v2: user not found

Signed-off-by: nfel <nfilsaraee@gmail.com>
This commit is contained in:
nfel 2025-06-03 15:35:48 +03:30
parent b27e1c234e
commit 41d9a6fa10
Signed by: nfel
GPG Key ID: DCC0BF3F92B0D45F

View File

@ -43,6 +43,7 @@ enum ErrCode {
DISCOUNT_NOT_FOUND = 3005;
BANK_INFO_NOT_FOUND = 3007;
RECIPIENT_NOT_FOUND = 3008;
USER_NOT_FOUND = 3009;
// Resource state errors
ASSET_NOT_ACTIVE = 4000;