UnknownError

data class UnknownError(val providerName: String, val message: String?, val exception: Throwable?) : ProviderResult.Error

Indicates an unhandled error occurred.

Constructors

Link copied to clipboard
constructor(providerName: String, message: String?, exception: Throwable?)

Properties

Link copied to clipboard
Link copied to clipboard
open override val message: String?
Link copied to clipboard
open override val providerName: String

The name of the provider which produced this result.