ScreenCanceledError
public struct ScreenCanceledError : ScreenError
Action canceled.
This error occurs whenever an action is canceled.
-
Declaration
Swift
public var description: String { get }
-
The action that caused the error.
Declaration
Swift
public let trigger: Any
-
Creates an error.
Declaration
Swift
public init(for trigger: Any)
Parameters
trigger
The action that caused the error.