SDKError

sealed class SDKError : Throwable

Sealed class representing errors related to the SDK operations. Usage:

  • SDKError and PlayBackAPIError are sealed classes that represent different types of errors that can occur during SDK and API operations respectively.

  • SDKError has specific subclasses representing various initialization and licensing errors.

  • PlayBackAPIError has specific subclasses representing initialization errors, network errors, and API errors.

  • PlayBackAPIError provides a companion object with a factory method apiError() to create instances of ApiError.

Inheritors

Types

Link copied to clipboard

Error indicating a failure to fetch Bitmovin license.

Link copied to clipboard

Error indicating an issue during SDK initialization.

Link copied to clipboard

Error indicating a failure to load HLS stream.

Link copied to clipboard
data object MissingLicense : SDKError

Error indicating missing license information.

Properties

Link copied to clipboard
open val cause: Throwable?
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