shared
Toggle table of contents
2.0.0
common
Platform filter
common
Switch theme
Search in API
shared
shared
/
com.nubasu.spotify.webapi.wrapper.response.common
/
SpotifyFailure
/
SerializationError
Serialization
Error
data
class
SerializationError
(
val
statusCode
:
Int
,
val
cause
:
Throwable
,
val
message
:
String
=
cause.message ?: "Serialization error"
)
:
SpotifyFailure
Members
Constructors
Serialization
Error
Link copied to clipboard
constructor
(
statusCode
:
Int
,
cause
:
Throwable
,
message
:
String
=
cause.message ?: "Serialization error"
)
Properties
cause
Link copied to clipboard
val
cause
:
Throwable
message
Link copied to clipboard
open
override
val
message
:
String
status
Code
Link copied to clipboard
val
statusCode
:
Int