Interface FieldValidationError
-
- All Superinterfaces:
ValidationError
- All Known Implementing Classes:
RestFieldValidationError,SimpleFieldValidationError
@ExperimentalApi public interface FieldValidationError extends ValidationError
Represents aValidationErrorthat is associated with a field of user input.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetFieldName()-
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
-
-