Interface FailureDetails.Builder

  • Method Details

    • message

      FailureDetails.Builder message(String message)

      A description of the error that caused the batch job failure.

      Parameters:
      message - A description of the error that caused the batch job failure.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • statusCode

      FailureDetails.Builder statusCode(Integer statusCode)

      An HTTP status code representing the nature of the error.

      Parameters:
      statusCode - An HTTP status code representing the nature of the error.
      Returns:
      Returns a reference to this object so that method calls can be chained together.