# 7. ValidationResult methods ## 7.1 `isValid` return boolean state of result * `isValid()` ## 7.2 `isInvalidThrow` throw exception when result is invalid * `isInvalidThrow(final Class clazz)` ## 7.3 `getErrors` get collection errors * `getErrors()`