calendar  v3
 All Classes Namespaces Functions Variables Enumerations Properties Events
Properties | List of all members
Google.Apis.Calendar.v3.Data.Error Class Reference
Inheritance diagram for Google.Apis.Calendar.v3.Data.Error:
Google::Apis::Requests::IDirectResponseSchema

Properties

virtual string Domain [get, set]
 Domain, or broad category, of the error.
virtual string Reason [get, set]
 Specific reason for the error. Some of the possible values are: - "groupTooBig" - The group of users requested is too large for a single query. - "tooManyCalendarsRequested" - The number of calendars requested is too large for a single query. - "notFound" - The requested resource was not found. - "internalError" - The API service has encountered an internal error. Additional error types may be added in the future, so clients should gracefully handle additional error statuses not included in this list.
virtual string ETag [get, set]
 The ETag of the item.
- Properties inherited from Google::Apis::Requests::IDirectResponseSchema
string ETag

Property Documentation

virtual string Google.Apis.Calendar.v3.Data.Error.Domain
getset

Domain, or broad category, of the error.

virtual string Google.Apis.Calendar.v3.Data.Error.ETag
getset

The ETag of the item.

virtual string Google.Apis.Calendar.v3.Data.Error.Reason
getset

Specific reason for the error. Some of the possible values are: - "groupTooBig" - The group of users requested is too large for a single query. - "tooManyCalendarsRequested" - The number of calendars requested is too large for a single query. - "notFound" - The requested resource was not found. - "internalError" - The API service has encountered an internal error. Additional error types may be added in the future, so clients should gracefully handle additional error statuses not included in this list.


The documentation for this class was generated from the following file: