ActionResult
public enum ActionResult : Sendable
Action result
-
Action ran and produced a result
Declaration
Swift
case completed(AirshipJSON)
-
Action ran with an error
Declaration
Swift
case error(Error)
-
Arguments rejected either by the action or predicate
Declaration
Swift
case argumentsRejected
-
Action not found
Declaration
Swift
case actionNotFound