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

Module exceptions

source code

All exceptions used in couchdbkit.

Classes [hide private]
  InvalidAttachment
raised when an attachment is invalid
  DuplicatePropertyError
exception raised when there is a duplicate property in a model
  BadValueError
exception raised when a value can't be validated or is required
  MultipleResultsFound
exception raised when more than one object is returned by the get_by method
  NoResultFound
exception returned when no results are found
  ReservedWordError
exception raised when a reserved word is used in Document schema
  DocsPathNotFound
exception raised when path given for docs isn't found
  BulkSaveError
exception raised when bulk save contain errors.
  ViewServerError
exception raised by view server
  MacroError
exception raised when macro parsiing error in functions
  DesignerError
unkown exception raised by the designer
  ResourceNotFound
Exception raised when resource is not found
  ResourceConflict
Exception raised when there is conflict while updating
  PreconditionFailed
Exception raised when 412 HTTP error is received in response to a request
Variables [hide private]
  __package__ = 'couchdbkit'