Versions Compared

Key

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

...

Panel
bgColor#FFFFFF
titleBGColor#E4B8D6
titleAccountAPINGException

This exception is thrown when an operation fails

Error code

Description

INVALID_INPUT_DATA

Invalid input data. Please check the format of your request.  Please note: if the number of placeOrders, updateOrders, replaceOrders, or cancelOrders instructions exceeds the documented limit you will also receive this error.

INVALID_SESSION_INFORMATION

The session token hasn't been provided, is invalid or has expired. You must login again to creata a new session token.

UNEXPECTED_ERROR

An unexpected internal error occurred that prevented successful request processing.

INVALID_APP_KEY

The application key passed is invalid or is not present.

SERVICE_BUSY

The service is currently too busy to service this request.

TIMEOUT_ERROR

nThe internal call to downstream service timed out

DUPLICATE_APP_NAME

Duplicate application name.

APP_KEY_CREATION_FAILED

Creating application key version has failed. Please check that your application name is unique and doesn't contain your Betfair username.

APP_CREATION_FAILED

Application creation has been failed

NO_SESSION

A session token header ('X-Authentication') has not been provided in the request.  Please note:  The same error is returned by the Keep Alive operation if the X-Authentication header is provided but the session value is invalid or if the session has expired.

NO_APP_KEY

An application key header ('X-Application') has not been provided in the request

SUBSCRIPTION_EXPIRED

An application key is required for this operation

INVALID_SUBSCRIPTION_TOKEN

The subscription token provided doesn't exist

TOO_MANY_REQUESTS

Too many requests.  For more details relating to this error please see FAQ's

INVALID_CLIENT_REF

Invalid length for the client reference

WALLET_TRANSFER_ERROR

There was a problem transferring funds between your wallets

INVALID_VENDOR_CLIENT_ID

The vendor client ID is not subscribed to this Application Key.

USER_NOT_SUBSCRIBEDThe user making the request is not subscribed to the Application Key. they are trying to perform the action on (e.g. creating an Authorisation Code).
INVALID_SECRET

The vendor making the request has provided a vendor secret that does not match our records.

INVALID_AUTH_CODEThe vendor making the request has not provided a valid authorisation cod
INVALID_GRANT_TYPEThe vendor making the request has not provided a valid grant_type, or the grant_type they have passed does not match the parameters (authCode/refreshToken)
CUSTOMER_ACCOUNT_CLOSED
A token could not be created because the customer's account is CLOSED.


Other parameters

Type

Required

Description

errorDetails

String


the stack trace of the error

requestUUID

String




...