Interface ErrorInfo.Builder

    • Method Detail

      • putFailuresCount

        ErrorInfo.Builder putFailuresCount​(Long putFailuresCount)

        Specifies the failure count for the attempted flow.

        Parameters:
        putFailuresCount - Specifies the failure count for the attempted flow.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • executionMessage

        ErrorInfo.Builder executionMessage​(String executionMessage)

        Specifies the error message that appears if a flow fails.

        Parameters:
        executionMessage - Specifies the error message that appears if a flow fails.
        Returns:
        Returns a reference to this object so that method calls can be chained together.