Package flickrapi :: Module exceptions
[hide private]
[frames] | no frames]

Module exceptions

source code

Exceptions used by the FlickrAPI module.
Classes [hide private]
  IllegalArgumentException
Raised when a method is passed an illegal argument.
  FlickrError
Raised when a Flickr method fails.
  CancelUpload
Raise this exception in an upload/replace callback function to abort the upload.
  LockingError
Raised when TokenCache cannot acquire a lock within the timeout period, or when a lock release is attempted when the lock does not belong to this process.
Variables [hide private]
  __package__ = None