Interface RecordError.Builder

  • Method Details

    • code

      The numeric value of the error.

      Parameters:
      code - The numeric value of the error.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • description

      RecordError.Builder description(String description)

      The description of the error.

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