trixnity-core
3.0.0-beta1
trixnity-core
/
net.folivo.trixnity.core
/
ErrorResponse
/
Unauthorized
Unauthorized
@
Serializable
data
class
Unauthorized
(
val
error
:
String
?
=
null
)
:
ErrorResponse
The request was not correctly authorized. Usually due to login failures.
Constructors
Properties
Constructors
Unauthorized
Link copied to clipboard
fun
Unauthorized
(
error
:
String
?
=
null
)
Properties
error
Link copied to clipboard
open
override
val
error
:
String
?
=
null