Interface FieldValidationError
- All Superinterfaces:
ValidationError
- All Known Implementing Classes:
RestFieldValidationError
,SimpleFieldValidationError
Represents a
ValidationError
that is associated with a field of user input.-
Method Summary
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
-