ApiError

data class ApiError(val statusCode: Int, val message: String) : PlayBackAPIError

Error representing an API-related issue.

Constructors

Link copied to clipboard
constructor(statusCode: Int, message: String)

Properties

Link copied to clipboard
open val cause: Throwable?
Link copied to clipboard
open override val message: String

The error message.

Link copied to clipboard

The HTTP status code of the error.

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