GuidesAPI Reference
Guides

Resolve common error codes

The following table lists common errors included in the errorFields object in an errorResponse.

httpStatus codeHERE errorCodeDescription
400400002Invalid JSON
400400003Content-Type header missing
400400004Content-Type header something else than 'application/json'.
400400200Received invalid data. errorFields provides further information
400400201Missing required field. errorFields.name describes which field was missing
400400202Value can't be empty. errorFields.name describes which field was empty
400400203Invalid value. errorFields.name describes which field had illegal characters.
400400217Not a valid string value. errorFields.name describes which field was expecting a string value
400401300Invalid client credentials
401401200Authorization header missing
401401202Malformed OAuth 1.0 header (for example duplicated parameters, missing parameters)
401401204Time stamp is outside the valid period
401401205Unsupported value for signature method
401401206Unsupported value for "oauth_version" parameter (should be 1.0)
401401207Nonce already consumed
401401302Client doesn't have access to the endpoint
401401310Invalid signature - Attempt to use client ID instead of access key identifier for consumer key
401400601Unsupported token format
403403403These credentials don't authorize access for this operation
429429002Request blocked because too many requests made. Wait for a while before making a new request