400 | Bad Request | The request body could not be parsed or is invalid. Check the request format and content type. |
401 | Unauthorized | The API key is missing or invalid. Check your credentials. |
403 | Forbidden | The API key does not have permission for this operation. Check the key’s permissions or scopes. |
404 | Not Found | The requested resource does not exist. Check the resource identifier in your request. |
409 | Conflict | The request conflicts with the current state of the resource, such as a duplicate name. |
413 | Payload Too Large | The request body exceeds the maximum allowed size of 100,000 bytes. |
415 | Unsupported Media Type | The Content-Type header does not match what the endpoint expects. Check the content type for this endpoint. |
422 | Validation Failed | The request was valid but contained invalid values. The response body includes details about which fields failed validation. |
429 | Rate Limited | You have exceeded the rate limit. For details, visit Rate Limits. |
500 | Internal Server Error | An unexpected error occurred on Honeycomb’s side. If this persists, contact Honeycomb Support. |