Interface FlowExecutionError.Builder

  • Method Details

    • error

      The error code for the type of error that occurred.

      Parameters:
      error - The error code for the type of error that occurred.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • error

      The error code for the type of error that occurred.

      Parameters:
      error - The error code for the type of error that occurred.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • message

      A descriptive message that provides details about the error.

      Parameters:
      message - A descriptive message that provides details about the error.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • nodeName

      FlowExecutionError.Builder nodeName(String nodeName)

      The name of the node in the flow where the error occurred (if applicable).

      Parameters:
      nodeName - The name of the node in the flow where the error occurred (if applicable).
      Returns:
      Returns a reference to this object so that method calls can be chained together.