| Package | Description |
|---|---|
| com.google.api.gbase.client |
| Modifier and Type | Method and Description |
|---|---|
List<? extends ServiceError> |
ServiceErrors.getAllErrors()
Gets all errors.
|
Collection<? extends ServiceError> |
ServiceErrors.getDataErrors()
Gets data errors, which apply to the item content, often
to one field in particular.
|
List<? extends ServiceError> |
ServiceErrors.getFieldErrors(String field)
Gets all errors for one specific field.
|
List<? extends ServiceError> |
ServiceErrors.getRequestErrors()
Gets non-data errors, which apply to the whole request.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ServiceErrors.addError(ServiceError error)
Registers a new error.
|
Copyright © 2012. All Rights Reserved.