If the execution is successful execution_results array only contains "Success".


Execution errors:

ErrorDescription
AtomicOrdersOnSameContractThe request cannot contain more than one order for the same contract.
ContractDoesNotExistThe contract was not found by the given ID or symbol.
CustomerOrderIDAlreadyExistsAn order with the same customer_order_id has already been created.
EmptyOrderIDOrder ID from request is empty.
InsufficientFundsThe account does not have enough USDC in the deposit to execute this transaction.
InvalidLimitPriceThe limit price value is too high.
InvalidNewAmountAmount in requce order request is greater that opened quantity.
InvalidNonZeroQuantityFieldsOnly one of the fields quantity_steps, quantity_contracts, or quantity_assets must be non-empty.
InvalidOrdersThe orders field in an atomic orders request cannot be an empty array.
InvalidRequestDataRequest JSON is invalid or incorrect type of JSON fields.
InvalidTimeInForceThe time_in_force field is invalid when creating orders.
NumericCustomerOrderIDThe customer_order_id cannot be a numeric value.
OrderClosedThe order has already been closed.
OrderDoesNotExistThe order does not exist in the service storage.
TrustedModeIsTurnedOffThe trusted mode wallet has not been added to the account on the smart contract.
PlatformIsPausedUnable to execute order because trading is paused
ErrorDescription
SuspendedFutures contract is suspended (attempt to create an order on a contract past contract's delivery date).
PermissionDeniedUser is not authorized to perform the action.
ContractSuspendedTrading on the given Futures Contract is currently suspended.
OrderClearancePendingOrder is currently in the clearance queue. Action needs to be retried after clearance is completed.
MarginRequirementsNotMetOrder rejected because it's execution would lead to overly high margin requirements and immediate account liquidation.
MultipleOrdersForSameContractAttempt to create multiple orders on the same contract in an Atomic Batch.
SettlementInProgressUnable to create order because contract is being settled
AtomicBatchRejectedOrder was rejected because another order in the atomic batch was rejected
UnknownErrorInternal error.