Interface BatchItemError.Builder

  • Method Details

    • code

      The error code associated with the batch request error.

      Parameters:
      code - The error code associated with the batch request error.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • code

      The error code associated with the batch request error.

      Parameters:
      code - The error code associated with the batch request error.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • message

      BatchItemError.Builder message(String message)

      A message with the reason for the batch request error.

      Parameters:
      message - A message with the reason for the batch request error.
      Returns:
      Returns a reference to this object so that method calls can be chained together.