Valhalla Mobile
Toggle table of contents
0.4.0
androidJvm
Target filter
androidJvm
Switch theme
Search in API
Skip to content
Valhalla Mobile
Valhalla Mobile
/
com.valhalla.valhalla
/
ErrorResponse
Error
Response
data
class
ErrorResponse
(
val
code
:
Int
,
val
message
:
String
)
Members
Constructors
Error
Response
Link copied to clipboard
constructor
(
code
:
Int
,
message
:
String
)
Properties
code
Link copied to clipboard
val
code
:
Int
message
Link copied to clipboard
val
message
:
String
Functions
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String