Skip to main content

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 Analytics API.

Standard HTTP error codes are returned in every occasion.

CODEDESCRIPTIONHEADERS
401 - UnauthorizedNo Authorization header was provided, or the provided credentials are invalid/unknown.WWW-Authenticate: Describing the Authentication scheme
403 - ForbiddenThe requested operation is not permitted with the provided credentials.
411 - Length RequiredThe Content-Length is required for the attempted operation but was missing or invalid.
413 - Request Entity Too LargeThe maximum request payload size was exceeded. Check Limits & Constraints for more details.
422 - Unprocessable ContentThere's an issue with the data sent for this request. Check API Reference for the possible cause.
429 - Too Many RequestsThe 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 UnavailableThe service is currently temporarily unavailable.Retry-After: Set to the number of seconds to wait before retrying the operation.