FailureNode

public struct FailureNode : Node

Represents an Failure node in the workflow.

  • property cause: The cause of the error.
  • The cause of the error.

    Declaration

    Swift

    public let cause: Error
  • Initializes a new instance of FailureNode.

    Declaration

    Swift

    public init(cause: any Error)

    Parameters

    cause

    The cause of the error.