DeeplinkInvalidContextError
public struct DeeplinkInvalidContextError : DeeplinkError
The Context
instance is not supported by the deeplink type.
-
Declaration
Swift
public var description: String { get }
-
Context instance.
Declaration
Swift
public let context: Any?
-
Expected context type.
Declaration
Swift
public let type: Any.Type
-
The deeplink that caused the error.
Declaration
Swift
public let trigger: Any
-
Creates an error.
Declaration
Swift
public init( context: Any?, type: Any.Type, for trigger: Any )
Parameters
context
Context instance.
type
Expected context type.
trigger
The deeplink that caused the error.