Skip to main content

Errors

Overview

Our API follows a predictable HTTP error code format:

CodeMessage
50005Illegal access token.
50013Unsupported file format.
50017upload failed.
50024Warning, illegal operation.
50026Account Unavailable.
50032Model ID can't be empty.
50033value of limit up to 100.
50040Invalid Request, Model not exists.
50041Invalid Request, You have no permission to access the model.
50081The parameter permission is not allowed.
50082The effective minutes should not exceed 60.

Error Example

{
"code": 50005,
"message": "Illegal access token.",
"requestId": "446d5aa171004b309c9aa46d239ea401",
"currentTimeMillis": 1697596698796
}