toggle menu
SDK-Android
androidJvm
switch theme
search in API
libcore
/
io.mimi.sdk.core
/
ServerError
Server
Error
data
class
ServerError
(
val
statusCode
:
Int
,
val
error
:
String
?
,
val
message
:
String
)
Wrapper class for errors returned by the backend.
Members
Constructors
Server
Error
Link copied to clipboard
constructor
(
statusCode
:
Int
,
error
:
String
?
,
message
:
String
)
Properties
error
Link copied to clipboard
val
error
:
String
?
message
Link copied to clipboard
val
message
:
String
status
Code
Link copied to clipboard
val
statusCode
:
Int