- All Superinterfaces:
IClusterable
,Serializable
- All Known Implementing Classes:
RawValidationError
,ValidationError
Interface representing a validation error.
- Since:
- 1.2.6
- Author:
- Igor Vaynberg (ivaynberg)
-
Method Summary
Modifier and TypeMethodDescriptiongetErrorMessage
(IErrorMessageSource messageSource) Retrieves the error message (usually user-facing).
-
Method Details
-
getErrorMessage
Retrieves the error message (usually user-facing).- Parameters:
messageSource
- the message source- Returns:
- the error message
-