Errors#

The Hyperion client uses conventional HTTP response codes to indicate the success or failure of an API request.

HTTP Status Code Summary#

200 - OK

Everything worked as expected.

400 - Bad Request

The request was unacceptable, often due to missing a required parameter.

401 - Unauthorized

No valid API access token provided.

402 - Request Failed

The parameters were valid but the request failed.

403 - Forbidden

The API access token doesn’t have permissions to perform the request.

404 - Not Found

The requested resource doesn’t exist.

409 - Conflict

The request conflicts with another request.

429 - Too Many Requests

Too many requests hit the API too quickly.

500, 502, 503, 504 - Server Errors

Something went wrong on our end. (These are rare.)

Error Types#

Attribute Error

Incorrect attribute or function being called. Check if the function name being used is correct.

Type Error

Invalid parameter(s) provided.