Error codes
This page lists how errors are handled and contains a list of all error codes and details that may be returned by the Partium Find API.
Standard HTTP error codes are returned in every occasion.
| CODE | DESCRIPTION | HEADERS |
|---|---|---|
| 401 - Unauthorized | No Authorization header was provided, or the provided credentials are invalid/unknown. | WWW-Authenticate: Describing the Authentication scheme |
| 403 - Forbidden | The requested operation is not permitted with the provided credentials. | |
| 411 - Length Required | The Content-Length is required for the attempted operation but was missing or invalid. | |
| 413 - Request Entity Too Large | The maximum request payload size was exceeded. Check Limits & Constraints for more details. | |
| 415 - Unsupported Media Type | The image format was not recognized. Check Searching with images for more details. | |
| 422 - Unprocessable Content | There's an issue with the data sent for this request. Check API Reference for the possible cause. | |
| 429 - Too Many Requests | The current request rate exceeds the agreed limit. Check Limits & Constraints for more details. | Retry-After: Set to the earliest possible date for retrying the operation. |
| 503 - Service Unavailable | The service is currently temporarily unavailable. | Retry-After: Set to the number of seconds to wait before retrying the operation. |