# Spot Error Codes

| Error Message                                                               | Error Code | http status code |
| --------------------------------------------------------------------------- | ---------- | ---------------- |
| Batch processing orders can only process up to 50                           | 40912      | 400              |
| OrderId or clientId must be passed one                                      | 40913      | 400              |
| The contract configuration does not exist, please check the parameters      | 40102      | 400              |
| Server upgrade, please try again later                                      | 40200      | 400              |
| Client\_oid length is not greater than 40, and cannot be Martian characters | 40305      | 400              |
| Wrong format                                                                | 40409      | 400              |
| Only check the data of the last three months                                | 40704      | 400              |
| Start time is greater than end time                                         | 40707      | 400              |
| Parameter is empty                                                          | 40724      | 400              |
| Spot service return an error                                                | 40725      | 400              |


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://weex-1.gitbook.io/en/error-codes/spot-error-codes.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
