Interface FieldError.Builder

  • Method Details

    • errorCode

      FieldError.Builder errorCode(String errorCode)

      The error code from getting a field.

      Parameters:
      errorCode - The error code from getting a field.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • id

      The field identifier that caused the error.

      Parameters:
      id - The field identifier that caused the error.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • message

      FieldError.Builder message(String message)

      The error message from getting a field.

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