Error Codes
When calling the Ant Ling API, you may encounter the following errors. This article lists the causes and solutions for common error codes to help you quickly locate and resolve issues.
Error Code List
| Error Code | Type | Error Message | Cause | Solution |
|---|---|---|---|---|
| 429 | Rate Limit | Rate limit reached for requests | Requests are sent too fast, exceeding the API’s rate limit | Please reduce the request frequency, keep QPS within the limit; if you need a higher quota, please contact the technical support team |
| 500 | Server Error | The server had an error while processing your request | The server encountered an unexpected error while processing the request | Please wait a moment and retry the request, and check if the request parameters are correct; if the problem persists, please record the request ID and contact support |
| 503 | Service Overload | The engine is currently overloaded, please try again later | The server is under high traffic load and cannot process requests temporarily | Please wait a moment and retry the request, it is recommended to implement retry mechanism on the client side and use exponential backoff strategy |
| 503 | High Request Rate | Slow Down | Request rate has surged in a short time, affecting service stability | Please immediately reduce the request rate back to the original level, maintain a stable rate for at least 15 minutes before gradually increasing again, avoid sudden spikes |
Contact Support
If the above methods cannot resolve your issue, please contact us through:
- Provide the complete error information and request ID
- Describe the steps to reproduce the problem
- Describe your use case and request volume
Was this page helpful?
Last updated on