CaptchaNeeded

@Serializable
@SerialName(value = "M_CAPTCHA_NEEDED")
data class CaptchaNeeded(val error: String) : ErrorResponse

A Captcha is required to complete the request.

Constructors

Link copied to clipboard
constructor(error: String)

Properties

Link copied to clipboard
open override val error: String