Interface FailureDetails.Builder

    • Method Detail

      • message

        FailureDetails.Builder message​(String message)

        The message about the failure.

        Parameters:
        message - The message about the failure.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • externalExecutionId

        FailureDetails.Builder externalExecutionId​(String externalExecutionId)

        The external ID of the run of the action that failed.

        Parameters:
        externalExecutionId - The external ID of the run of the action that failed.
        Returns:
        Returns a reference to this object so that method calls can be chained together.