public interface VerificationResult
| Modifier and Type | Method and Description |
|---|---|
static VerificationResult |
failure(String... errors)
Creates a failed result with the given error messages.
|
List<String> |
getErrors()
Gets the collection of error messages, if any.
|
boolean |
isSuccess()
Indicates whether the verification succeeded.
|
static VerificationResult |
success()
Creates a successful result.
|
boolean isSuccess()
List<String> getErrors()
static VerificationResult success()
static VerificationResult failure(String... errors)
errors - list of error messagesCopyright © 2025. All rights reserved.