ValidationResult
public enum ValidationResult
Used to represent whether validation was successful or encountered an error resulting in a failure.
- success: The validation was successful.
- failure: The validation failed encountering the provided error.