public interface ValidationResult
| Modifier and Type | Method and Description |
|---|---|
List<String> |
getErrorMessages()
Returns a list with error messages if the result is not valid.
|
boolean |
isValid()
Returns true if there are no errors, false otherwise.
|
Copyright © 2019. All rights reserved.