toggle menu
shared
15.0.0
common
switch theme
search in API
shared
/
io.anyline.tiretread.sdk.api
/
SdkError
Sdk
Error
@
Serializable
data
class
SdkError
(
val
code
:
ErrorCode
,
val
type
:
ErrorType
=
ErrorType.fromCode(code)
,
val
message
:
String
,
val
debug
:
JsonObject
?
=
null
)
Members
Constructors
Sdk
Error
Link copied to clipboard
constructor
(
code
:
ErrorCode
,
type
:
ErrorType
=
ErrorType.fromCode(code)
,
message
:
String
,
debug
:
JsonObject
?
=
null
)
Properties
code
Link copied to clipboard
val
code
:
ErrorCode
debug
Link copied to clipboard
val
debug
:
JsonObject
?
=
null
message
Link copied to clipboard
val
message
:
String
type
Link copied to clipboard
val
type
:
ErrorType
Functions
to
Map
Link copied to clipboard
fun
toMap
(
)
:
Map
<
String
,
Any
?
>