Common error codes returned by the API.
Code | Description |
---|---|
200 | OK — Everything worked as expected |
400 | Bad Request — The request was unacceptable, often due to missing or invalid parameter |
401 | Unauthorized - Authentication failed |
402 | Not enabled — Please contact Scale before using this endpoint |
404 | Not Found — The requested resource doesn’t exist |
409 | Conflict — The provided idempotency key or unique_id is already in use for a different request |
429 | Too Many Requests — Too many requests hit the API too quickly |
500 | Internal Server Error — We had a problem with our server. Contact Scale. |