public interface ValidationResult
Validator| Modifier and Type | Method and Description |
|---|---|
String |
getMessage()
Returns a message associated with the execution
of the validation.
|
boolean |
isError()
Whether the validation has failed or not
|
String getMessage()
isError() is true),
then it will contain the reason why the error was generated.
Otherwise, it might or might not contain some additional
consideration about the validation resultString or nullboolean isError()
false otherwiseCopyright © 2003–2023 MuleSoft, Inc.. All rights reserved.