Package cloudfiles :: Module errors
[frames] | no frames]

Module errors

source code

exception classes

See COPYING for license information.

Classes
  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.
  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