Skip to main content

ErrorResponse

General error response for Swipe Games Core Public API.

messagestringrequired

A brief description of the error in English. Could be shown to the player.

detailsstring

Technical details for the error. Could be used for debugging, should not be shown to the player.

codestring

Error code.

Possible values: [game_not_found, currency_not_supported, locale_not_supported, account_blocked]

ErrorResponse
{
"message": "string",
"details": "string",
"code": "game_not_found"
}