CaptchaInvalid

@Serializable
@SerialName(value = "M_CAPTCHA_INVALID")
data class CaptchaInvalid(val error: String? = null) : ErrorResponse

The Captcha provided did not match what was expected.

Constructors

Link copied to clipboard
constructor(error: String? = null)

Properties

Link copied to clipboard
open override val error: String? = null