SDK-Android
libcore
/
io.mimi.sdk.core
/
ServerError
Server
Error
data
class
ServerError
(
val
statusCode
:
Int
,
val
error
:
String
?
,
val
message
:
String
)
Content copied to clipboard
Wrapper class for errors returned by the backend.
Constructors
Properties
Constructors
Server
Error
Link copied to clipboard
fun
ServerError
(
statusCode
:
Int
,
error
:
String
?
,
message
:
String
)
Content copied to clipboard
Properties
error
Link copied to clipboard
val
error
:
String
?
Content copied to clipboard
message
Link copied to clipboard
val
message
:
String
Content copied to clipboard
status
Code
Link copied to clipboard
val
statusCode
:
Int
Content copied to clipboard