URLDeeplinkInvalidComponentsError
public struct URLDeeplinkInvalidComponentsError : DeeplinkError
Failed to extract components from deeplink URL.
-
Declaration
Swift
public var description: String { get }
-
A URL that caused the error.
Declaration
Swift
public let url: URL
-
The deeplink that caused the error.
Declaration
Swift
public let trigger: Any
-
Creates an error.
Declaration
Swift
public init( url: URL, for trigger: Any )
Parameters
url
A URL that caused the error.
trigger
The deeplink that caused the error.