chore(): fix tests with new api error codes
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
export const API_ERROR_CODE = {
|
||||
SUCCESS: '00000',
|
||||
NO_ORDER_TO_CANCEL: '22001',
|
||||
INCORRECT_PERMISSIONS: '40014',
|
||||
ACCOUNT_NOT_COPY_TRADER: '40017',
|
||||
FUTURES_POSITION_DIRECTION_EMPTY: '40017',
|
||||
@@ -17,4 +18,6 @@ export const API_ERROR_CODE = {
|
||||
ORDER_NOT_FOUND: '43001',
|
||||
FUTURES_ORDER_TPSL_NOT_FOUND: '43020',
|
||||
PLAN_ORDER_NOT_FOUND: '43025',
|
||||
QTY_LESS_THAN_MINIMUM_SPOT: '45110',
|
||||
PASSPHRASE_CANNOT_BE_EMPTY: '400172',
|
||||
} as const;
|
||||
|
||||
Reference in New Issue
Block a user