module documentation

Errors for the library.

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

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

Undocumented