Types

Link copied to clipboard
class ContentNotAvailableForSubscription @RestrictTo(value = [RestrictTo.Scope.LIBRARY_GROUP]) constructor(val errorCode: String, throwable: Throwable?) : Event.Error
Link copied to clipboard
class ContentNotAvailableInLocation @RestrictTo(value = [RestrictTo.Scope.LIBRARY_GROUP]) constructor(val errorCode: String, throwable: Throwable?) : Event.Error
Link copied to clipboard
class MonthlyStreamQuotaExceeded @RestrictTo(value = [RestrictTo.Scope.LIBRARY_GROUP]) constructor(val errorCode: String, throwable: Throwable?) : Event.Error
Link copied to clipboard
class Network @RestrictTo(value = [RestrictTo.Scope.LIBRARY_GROUP]) constructor(val errorCode: String, throwable: Throwable?) : Event.Error
Link copied to clipboard
class NotAllowed @RestrictTo(value = [RestrictTo.Scope.LIBRARY_GROUP]) constructor(val errorCode: String, throwable: Throwable?) : Event.Error
Link copied to clipboard
class Retryable @RestrictTo(value = [RestrictTo.Scope.LIBRARY_GROUP]) constructor(val errorCode: String, throwable: Throwable?) : Event.Error
Link copied to clipboard
class Unexpected @RestrictTo(value = [RestrictTo.Scope.LIBRARY_GROUP]) constructor(val errorCode: String, throwable: Throwable?) : Event.Error

Properties

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