Appearance
Error Codes
Code list
| HTTP Status Code | Code | Description |
|---|---|---|
| 400 | 40101 | Unauthorized |
| 400 | 40201 | Validation Error |
| 400 | 79999 | Other Error |
Error sample
{
"code": 40101
}Description
40101 Unauthorized
Authorization token error
40201 Validation Error
API parameter error, API parameters have not been filled with the specified value or format.
79999 - Other Error
Other error, please contact the developer.