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
/
CustomErrorResponse
Custom
Error
Response
@
Serializable
data
class
CustomErrorResponse
(
val
errorCode
:
String
,
val
error
:
String
)
:
ErrorResponse
All ErrorResponses, that we cannot map to a subtype of ErrorResponse.
Members
Constructors
Custom
Error
Response
Link copied to clipboard
constructor
(
errorCode
:
String
,
error
:
String
)
Properties
error
Link copied to clipboard
open
override
val
error
:
String
error
Code
Link copied to clipboard
@
SerialName
(
value
=
"errcode"
)
val
errorCode
:
String