Error
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