Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 10 Next »

Exceptions

APINGException

This exception is thrown when an operation fails

Error code

Description

TOO_MUCH_DATA

The operation requested too much data

INVALID_INPUT_DATA

Invalid input data

INVALID_SESSION_INFORMATION

The session token passed is invalid or expired

NO_APP_KEY

An application key is required for this operation

NO_SESSION

A session token is required for this operation

UNEXPECTED_ERROR

An unexpected internal error occurred that prevented successful request processing.

INVALID_APP_KEY

The application key passed is invalid

TOO_MANY_REQUESTS

There are too many pending requests e.g. for listMarketBook the limit is 3 concurrent requests

SERVICE_BUSY

The service is currently too busy to service this request

TIMEOUT_ERROR

Internal call to downstream service timed out

Other parameters

Type

Required

Description

errorDetails

String

 

the stack trace of the error

requestUUID

String

  
Generic JSON-RPC Exceptions
Error CodeDescription
-32700

Invalid JSON was received by the server. An error occurred on the server while parsing the JSON text.

-32601Method not found
-32602

Problem parsing the parameters, or a mandatory parameter was not found

-32603Internal JSON-RPC error
  • No labels