Interface FlowExecutionError.Builder

    • Method Detail

      • message

        FlowExecutionError.Builder message​(String 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.