| Package | Description |
|---|---|
| com.google.api.services.calendar.model |
| Modifier and Type | Method and Description |
|---|---|
Error |
Error.clone() |
Error |
Error.set(java.lang.String fieldName,
java.lang.Object value) |
Error |
Error.setDomain(java.lang.String domain)
Domain, or broad category, of the error.
|
Error |
Error.setReason(java.lang.String reason)
Specific reason for the error.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<Error> |
FreeBusyCalendar.getErrors()
Optional error(s) (if computation for the calendar failed).
|
java.util.List<Error> |
FreeBusyGroup.getErrors()
Optional error(s) (if computation for the group failed).
|
| Modifier and Type | Method and Description |
|---|---|
FreeBusyCalendar |
FreeBusyCalendar.setErrors(java.util.List<Error> errors)
Optional error(s) (if computation for the calendar failed).
|
FreeBusyGroup |
FreeBusyGroup.setErrors(java.util.List<Error> errors)
Optional error(s) (if computation for the group failed).
|