public class ValidationResult extends Object
| Constructor and Description |
|---|
ValidationResult() |
| Modifier and Type | Method and Description |
|---|---|
void |
addAll(com.google.common.collect.Multimap<String,String> extraErrors) |
void |
addError(String fieldName,
String error) |
boolean |
failed() |
Map<String,Collection<String>> |
getErrors() |
Copyright © 2012–2018 Graylog, Inc.. All rights reserved.