Interface FieldValidationError
-
- All Superinterfaces:
ValidationError
- All Known Implementing Classes:
RestFieldValidationError
,SimpleFieldValidationError
public interface FieldValidationError extends ValidationError
Represents aValidationError
that is associated with a field of user input.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getFieldName()
-
Methods inherited from interface com.atlassian.confluence.api.model.validation.ValidationError
getMessage
-
-
-
-
Method Detail
-
getFieldName
String getFieldName()
- Returns:
- the name of the field that this error relates to
-
-