Interface BatchError.Builder

  • Method Details

    • accessorId

      BatchError.Builder accessorId(String accessorId)

      The accessor identifier that's related to the error.

      Parameters:
      accessorId - The accessor identifier that's related to the error.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • error

      The error code.

      Parameters:
      error - The error code.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • message

      BatchError.Builder message(String message)

      Description of the error.

      Parameters:
      message - Description of the error.
      Returns:
      Returns a reference to this object so that method calls can be chained together.