update package version & add 3303001 error code

This commit is contained in:
twxia
2022-10-12 09:45:40 +01:00
parent 7069c30c9c
commit 2a2eee1ddf
3 changed files with 4 additions and 3 deletions

View File

@@ -18,6 +18,7 @@ export const API_ERROR_CODE = {
PARAMS_MISSING_OR_WRONG: 10001,
INVALID_API_KEY_OR_PERMISSIONS: 10003,
INCORRECT_API_KEY_PERMISSIONS: 10005,
INCORRECT_PRIVATE_OPERATIONS: 3303001,
/** Account not unified margin, update required */
ACCOUNT_NOT_UNIFIED: 10020,
BALANCE_INSUFFICIENT_SPOT_V3: 12131,