InvalidQueryError

data class InvalidQueryError(val providerName: String, val message: String?) : ProviderResult.Error

Indicates an error when creating the query details for the provider's API. This usually occurs when the query string or id search method is not available for the provider.

Constructors

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

Properties

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.