enum AuthorizationProviderError
s6Basics26AuthorizationProviderErrorO
2JA6O
import Basics
case invalidURLHost
case notFound
case other(String)
protocol Error : Sendable
A type representing an error value that can be thrown.
protocol Sendable
var interpolationDescription: String { get }
var localizedDescription: String { get }
Retrieve the localized description for this error.