Errors
Overview
Our API follows a predictable HTTP error code format:
Code | Message |
---|---|
50005 | Illegal access token. |
50013 | Unsupported file format. |
50017 | upload failed. |
50024 | Warning, illegal operation. |
50026 | Account Unavailable. |
50032 | Model ID can't be empty. |
50033 | value of limit up to 100. |
50040 | Invalid Request, Model not exists. |
50041 | Invalid Request, You have no permission to access the model. |
50081 | The parameter permission is not allowed. |
50082 | The effective minutes should not exceed 60. |
Error Example
{
"code": 50005,
"message": "Illegal access token.",
"requestId": "446d5aa171004b309c9aa46d239ea401",
"currentTimeMillis": 1697596698796
}