Calendar API v3 (revision 30)



Uses of Class
com.google.api.services.calendar.model.Error

Packages that use Error
com.google.api.services.calendar.model   
 

Uses of Error in com.google.api.services.calendar.model
 

Methods in com.google.api.services.calendar.model that return Error
 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.
 

Methods in com.google.api.services.calendar.model that return types with arguments of type Error
 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).
 

Method parameters in com.google.api.services.calendar.model with type arguments of type Error
 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).