shared
Toggle table of contents
0.1.0
common
Platform filter
common
Switch theme
Search in API
shared
shared
/
com.nubasu.spotify.webapi.wrapper.response.common
/
SpotifyError
Spotify
Error
@
Serializable
data
class
SpotifyError
(
val
status
:
Int
,
val
message
:
String
)
Members
Constructors
Spotify
Error
Link copied to clipboard
constructor
(
status
:
Int
,
message
:
String
)
Properties
message
Link copied to clipboard
@
SerialName
(
value
=
"message"
)
val
message
:
String
status
Link copied to clipboard
@
SerialName
(
value
=
"status"
)
val
status
:
Int