Package googleapiclient :: Module errors
[hide private]
[frames] | no frames]

Module errors

source code

Errors for the library.

All exceptions defined by the library should be defined in this file.


Author: jcgregorio@google.com (Joe Gregorio)

Classes [hide private]
  Error
Base error for this module.
  HttpError
HTTP data was invalid or unexpected.
  InvalidJsonError
The JSON returned could not be parsed.
  UnknownFileType
File type unknown or unexpected.
  UnknownLinkType
Link type unknown or unexpected.
  UnknownApiNameOrVersion
No API with that name and version exists.
  UnacceptableMimeTypeError
That is an unacceptable mimetype for this operation.
  MediaUploadSizeError
Media is larger than the method can accept.
  ResumableUploadError
Error occurred during resumable upload.
  InvalidChunkSizeError
The given chunksize is not valid.
  InvalidNotificationError
The channel Notification is invalid.
  BatchError
Error occurred during batch operations.
  UnexpectedMethodError
Exception raised by RequestMockBuilder on unexpected calls.
  UnexpectedBodyError
Exception raised by RequestMockBuilder on unexpected bodies.
Variables [hide private]
  __package__ = None