NetworkError

data class NetworkError(val error: Throwable) : PlayBackAPIError

Error representing a network-related issue.

Constructors

Link copied to clipboard
constructor(error: Throwable)

Properties

Link copied to clipboard
open val cause: Throwable?
Link copied to clipboard

The throwable representing the network error.

Link copied to clipboard
open val message: String?

Functions

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard