v2: invalid buy amount

Signed-off-by: nfel <nfilsaraee@gmail.com>
This commit is contained in:
nfel 2025-07-12 12:39:14 +03:30
parent 222d8828ee
commit 8891d871a9
Signed by: nfel
GPG Key ID: DCC0BF3F92B0D45F

View File

@ -34,6 +34,7 @@ enum ErrCode {
INVALID_ARGUMENT_UNKNOWN_TYPE = 2012;
INVALID_ARGUMENT_BAD_STELLAR_ADDRESS = 2013;
INVALID_ARGUMENT_ZERO_AMOUNT = 2014;
INVALID_BUY_AMOUNT = 2015;
// Resource errors
NOT_FOUND = 3000;