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
/
NetworkError
Network
Error
data
class
NetworkError
(
val
cause
:
Throwable
,
val
message
:
String
=
cause.message ?: "Network error"
)
:
SpotifyFailure
Members
Constructors
Network
Error
Link copied to clipboard
constructor
(
cause
:
Throwable
,
message
:
String
=
cause.message ?: "Network error"
)
Properties
cause
Link copied to clipboard
val
cause
:
Throwable
message
Link copied to clipboard
open
override
val
message
:
String