Error Policy

Error format and error code use cases

The StandardPartnerErrorResponse object

Attributes
codeall ofRequired

Error code indicating the type of error

string · enumOptional

Error code indicating the type of error

Possible values:
messagestringOptional

Detailed error message

The StandardPartnerErrorResponse object

Error code use cases

Error Code
HTTP Status
Use case

UNAUTHORIZED

401

Signature is missing or invalid

NOT_FOUND

404

Any id in request is invalid

DENIED

400

Request is denied

LOW_BALANCE

400

Player balance is less than bet amount

AMOUNT_LIMIT

400

Bet amount exceeds limit

EXPIRED

400

Game session or round are expired

CONFLICT

409

Transaction with such id already exists

BAD_REQUEST

400

Any other issues with request data

OTHER

500

Any issues that are not related to the request data

Last updated