CaptchaNeeded

@Serializable
data class CaptchaNeeded(val error: String? = null) : ErrorResponse

A Captcha is required to complete the request.

Constructors

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

Properties

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