Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Error codeError MessageDescription
900900

Unclassified Authentication Failure

An unspecified error has occurred
900901

Invalid Credentials

 Invalid Authentication information provided
900902

Missing Credentials

 No authentication information provided
900903

Access Token Expired

 Access Token has expired. Renew Access token
900904

Access Token Inactive

 
Access token has become inactive. Generate New Access token
900905

Incorrect Access Token Type is provided

The access token

provided is in different privilege level than the invoked API is designated to.

type used does not support invoking the API.

Access Token types are 'Application Accesses Token' and 'User Accesses Token

900906

No matching resource found in the API for the given request

A resource with the name in the request can not be found in API
900907

The requested API is temporarily blocked

The status of the API has been changed to an inaccessible state
900908

Resource forbidden

do not have User invoking the API has not been granted access to resource in users privilege levelthe required resource.
900909

The subscription to the API is inactive

This happens when the API user has been blocked
900910

The access token does not allow you to access the requested resource

Can not access the required resource with the access token provided.

Check the valid resources that can be accessed with the token.

900800
Message throttled out

The maximum number of requests to the API for a designated time has been reached

and API has been throttled for the user

...