BrowserError
public enum BrowserError : Error, LocalizedError, Sendable
BrowserError enum to specify the error that may occur during external user-agent process
-
Declaration
Swift
case externalUserAgentFailure -
Declaration
Swift
case externalUserAgentAuthenticationInProgress -
Declaration
Swift
case externalUserAgentCancelled -
Declaration
Swift
public var errorDescription: String? { get }
View on GitHub