Home | Trees | Indices | Help |
|
---|
|
exception classes
See COPYING for license information.
Classes | |
Error Base class for all errors and exceptions |
|
ResponseError Raised when the remote service returns an error. |
|
NoSuchContainer Raised on a non-existent Container. |
|
NoSuchObject Raised on a non-existent Object. |
|
ContainerNotEmpty Raised when attempting to delete a Container that still contains Objects. |
|
ContainerExists Raised when attempting to create a Container when the container already exists. |
|
InvalidContainerName Raised for invalid storage container names. |
|
InvalidObjectName Raised for invalid storage object names. |
|
InvalidMetaName Raised for invalid metadata names. |
|
InvalidMetaValue Raised for invalid metadata value. |
|
InvalidUrl Not a valid url for use with this software. |
|
InvalidObjectSize Not a valid storage_object size attribute. |
|
IncompleteSend Raised when there is a insufficient amount of data to send. |
|
ContainerNotPublic Raised when public features of a non-public container are accessed. |
|
CDNNotEnabled CDN is not enabled for this account. |
|
AuthenticationFailed Raised on a failure to authenticate. |
|
AuthenticationError Raised when an unspecified authentication error has occurred. |
Variables | |
__package__ = None
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Fri Jun 1 13:14:12 2012 | http://epydoc.sourceforge.net |