Error Handling For Order Operations

In this document, you will find detailed information on how to troubleshoot and resolve errors that may occur during order submission and order cancellation processes.

The tables in this guide provide specific information on the types of errors that may be encountered, their associated status codes, and recommended actions for addressing each error.

We hope that this guide will be a helpful resource for you as you work with our cloud-based system and manage orders in your organization.

Troubleshooting Order Errors

This table lists the status codes that may occur during order submission and cancellation processes, along with their recommended actions for addressing each error.

Bad Request Errors For Order Operations

Here is an example of a typical response content to a bad request error for order submit and cancel operations:

{
    "success": false,
    "message": "NO_ORDER_MATCHES_YOUR_REQUEST",
    "code": 1052
}

The tables below provide explanations for why an error occurred and offers guidance on how to troubleshoot the error with the error code, message and description:

Order Submit Errors

Order Cancel Errors

Last updated