public class Errors extends Object
| Constructor and Description |
|---|
Errors() |
| Modifier and Type | Method and Description |
|---|---|
void |
addError(String field,
String code) |
boolean |
hasErrors() |
Errors |
merge(Errors other)
Combine the errors in this object with the errors in another.
|
List<org.sakaiproject.pasystem.api.Errors.Error> |
toList() |
Map<String,String> |
toMap() |
Copyright © 2003–2019 Sakai Project. All rights reserved.