| 0 |
null |
Indicates success |
| 400 |
HttpError400 |
Client request syntax error, server cannot understand |
| 401 |
HttpError401 |
Request requires user authentication, no authentication provided |
| 403 |
HttpError403 |
Server refuses to execute this request |
| 404 |
HttpError404 |
Server cannot find the requested resource |
| 500 |
HttpError500 |
Internal server error |
| 502 |
HttpError502 |
Proxy server or gateway error |
| 1001 |
SignLost |
Signature header missing |
| 1002 |
TimestampLost |
Timestamp header missing |
| 1003 |
InvalidSign |
Invalid signature |
| 1004 |
TimeoutAndInvalidRequest |
Request parameter validation error, request time exceeds 5 minutes from timestamp |
| 1005 |
InvalidRequestParameters |
Invalid request, request parameter validation error |
| 1006 |
InvalidClient |
Invalid client |
| 1007 |
InvalidClientOrSecretError |
Invalid client or secret error |
| 1008 |
InvalidClientAuthCode |
Invalid client authorization code |
| 1009 |
OperationFailed |
Operation failed |
| 1010 |
InvalidRefreshToken |
Invalid refresh token |
| 1011 |
LostFromParameters |
Missing parameter 'from' |
| 1012 |
LostMessageIdParameters |
Missing parameter 'messageId' |
| 1013 |
LanguageNotNull |
Language header missing |
| 1014 |
ApiRequestFailed |
API request failed |
| 1015 |
InvalidResponseData |
Invalid response data, data field value is invalid |
| 1016 |
CaptchaError |
Captcha verification error |
| 2001 |
TenantIdNotNull |
Tenant ID cannot be null |
| 2002 |
TenantNotExist |
Tenant does not exist |
| 2003 |
GameIdNotNull |
Game ID cannot be null |
| 2004 |
GameNotExistOrOffline |
Game does not exist or game is offline |
| 2005 |
GameHomeUrlNotNull |
Game home URL cannot be null |
| 2006 |
SiteIdNotExist |
Site ID cannot be null |
| 2007 |
UserIdNotNull |
Player ID cannot be null |
| 2008 |
UserNotExist |
Player does not exist |
| 2009 |
RoundIdNotNull |
Round ID cannot be null |
| 2010 |
InvalidRecordId |
Invalid game record ID |
| 2011 |
RecordNotExist |
Game record does not exist |
| 2012 |
BetAmountNotNull |
Bet amount cannot be null |
| 2013 |
BonusNotNegative |
Bonus amount cannot be null |
| 2014 |
BalanceIsInsufficientAndBetFail |
Bet failed, insufficient balance |
| 2015 |
ChangeBalanceFailed |
Balance change failed |
| 2016 |
CurrentTimeNotNull |
Current time parameter cannot be null |
| 2017 |
RoundInfoNotNull |
Round information cannot be null |
| 2018 |
QueryDateNotNull |
queryDate parameter cannot be null |
| 2019 |
LatestMinutiesNotNull |
Latest minutes parameter cannot be null |
| 2020 |
NotSupportChangeType |
Unsupported changeType |
| 2021 |
GameUrlExpiredAndPleaseReenter |
Game URL has expired, please re-enter the game |
| 2022 |
BeginTimeNotNull |
Start time cannot be null |
| 2023 |
EndTimeNotNull |
End time cannot be null |
| 2024 |
BeginTimeNotGreaterThanEndTime |
Start time cannot be greater than end time |
| 2025 |
PageSizeExceedMaximum1000 |
Maximum page size cannot exceed 1000 records |
| 2026 |
BalanceIsInsufficientAndTransferFail |
Transfer failed, insufficient balance |
| 2027 |
InvalidTransferAmount |
Invalid transfer amount |
| 2028 |
BeginingAndEndingTimeNeedNotGreaterThan1Days |
Start time and end time cannot be greater than 1 day |
| 2029 |
GetPlayerInfoFailed |
Failed to get player information |