API Gateway Error Code Definition
When an API call exception occurs, please find the corresponding error according to the HTTP Code and X-Gw-Message in the response header
| Message | HTTP Status Code | Meaning |
|---|---|---|
| API not found error | 400 | API does not exist or has not been published to the designated environment |
| Parameter error in API request | 400 | Request parameter error |
| API authentication error | 400 | API authentication error |
| Blocked for unpaied order | 400 | There are unpaid bills |
| Request body is too large | 413 | Request body is too large |
| URI is too Long | 414 | URI is too long |
| Too many requests | 429 | API Traffic exceeds the limit threshold |
| Quota is not enough | 429 | APP authorization quota is insufficient |
| API exceeds ratelimit for vpc | 429 | API traffic exceeds VPC quota |
| Request header is too large | 494 | Request is too large |
| SSL certificate error | 495 | SSL certificate verification error |
| Upstream service unavailable | 502 | Back-end service is unavailable |
| Response body is too large | 502 | Response body is too large |
| Response header is too large | 502 | The response header is too large |