trixnity-core
3.0.0-beta1
trixnity-core
/
net.folivo.trixnity.core
/
ErrorResponse
/
CaptchaInvalid
Captcha
Invalid
@
Serializable
data
class
CaptchaInvalid
(
val
error
:
String
?
=
null
)
:
ErrorResponse
The Captcha provided did not match what was expected.
Constructors
Properties
Constructors
Captcha
Invalid
Link copied to clipboard
fun
CaptchaInvalid
(
error
:
String
?
=
null
)
Properties
error
Link copied to clipboard
open
override
val
error
:
String
?
=
null