trixnity-core
Toggle table of contents
4.13.3
common
Platform filter
common
Switch theme
Search in API
trixnity-core
trixnity-core
/
net.folivo.trixnity.core
/
ErrorResponse
/
CaptchaNeeded
Captcha
Needed
@
Serializable
@
SerialName
(
value
=
"M_CAPTCHA_NEEDED"
)
data
class
CaptchaNeeded
(
val
error
:
String
)
:
ErrorResponse
A Captcha is required to complete the request.
Members
Constructors
Captcha
Needed
Link copied to clipboard
constructor
(
error
:
String
)
Properties
error
Link copied to clipboard
open
override
val
error
:
String