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
/
ApiError
Api
Error
data
class
ApiError
(
val
statusCode
:
Int
,
val
message
:
String
,
val
headers
:
Map
<
String
,
String
>
=
emptyMap()
)
:
SpotifyFailure
Members
Constructors
Api
Error
Link copied to clipboard
constructor
(
statusCode
:
Int
,
message
:
String
,
headers
:
Map
<
String
,
String
>
=
emptyMap()
)
Properties
headers
Link copied to clipboard
val
headers
:
Map
<
String
,
String
>
message
Link copied to clipboard
open
override
val
message
:
String
status
Code
Link copied to clipboard
val
statusCode
:
Int