HTTPS Status Code#
| Status Code | Description |
|---|
| 200 | Completed |
| 201 | Creation Complete |
| 202 | Accepted, not done |
| 400 | Invalid request |
| 401 | Not Logged in |
| 403 | Logged in, but autherzation |
| 404 | Resource not found |
| 405 | Not allowed Method |
| 429 | Rate Limit Exceeded |
| 500 | Our server-side problem |
Standard Output#
Normal#
{
"code": 0x00,
"error_code": "SUCCESS",
"message": "",
"result": [
{
"data1": "...",
"data2": "...",
"data3": "...",
"data4": "..."
},
{
"data1": "...",
"data2": "...",
"data3": "...",
"data4": "..."
}
],
"count": 2
}
Error#
{
"code": "0x1",
"error_code": "NOT_FOUND",
"message": "Check request.",
"result": "error"
}
You can get detail infomation about error codes here. Modified at 2024-11-18 10:14:11