Skip to main content

ErrorResponse

General error response for Swipe Games Public API. Usually used for Public API responses.

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.

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