Error Codes
| Scenario | HTTP | How to judge |
|---|---|---|
| Auth failure | 401 / 403 / 429 | See auth codes below |
| Business error | Usually 200 | JSON code ≠ 000000 |
Response shape
json
{
"code": "000000",
"message": "success",
"requestId": "ce0f19d7d4ea473fb035b7d3a8a2aef8",
"data": { }
}requestId echoes header RT-RequestID (including auth failures). Prefer branching on code; message is for display and may vary by locale.
The tables below are auto-generated from backend error sources (OpenApiErrorCode / auth constants) and i18n messages.
加载错误码…