Interface FieldValidationError.Builder

  • Method Details

    • name

      The name of the field that failed validation.

      Parameters:
      name - The name of the field that failed validation.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • message

      A description of the field validation error.

      Parameters:
      message - A description of the field validation error.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • code

      A code identifying the specific field validation error.

      Parameters:
      code - A code identifying the specific field validation error.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • code

      A code identifying the specific field validation error.

      Parameters:
      code - A code identifying the specific field validation error.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also: