Interface FieldValidationError

All Superinterfaces:
ValidationError
All Known Implementing Classes:
RestFieldValidationError, SimpleFieldValidationError

public interface FieldValidationError extends ValidationError
Represents a ValidationError that is associated with a field of user input.
  • Method Summary

    Modifier and Type
    Method
    Description
     

    Methods inherited from interface com.atlassian.confluence.api.model.validation.ValidationError

    getMessage
  • Method Details

    • getFieldName

      String getFieldName()
      Returns:
      the name of the field that this error relates to