Package chandlerdb :: Package item :: Module ItemError
[hide private]
[frames] | no frames]

Module ItemError

source code

Classes [hide private]
  ItemError
  StaleItemError
Item is stale
  DirtyItemError
  ItemUnloadError
%s has unsaved changes and cannot be unloaded
  ChangeDuringCommitError
change to %s while its view is committing: %s
  InvalidChildError
%s not a child of %s
  ChildNameError
%s already has a child named '%s'
  AnonymousRootError
repository root %s may not be anonymous
  OwnedValueError
Value %s is already owned by item %s on attribute '%s'
  RecursiveDeleteError
Item %s has children, delete must be recursive
  NoSuchItemInCollectionError
Item %s: no item %s in collection on attribute '%s'
  NoSuchAttributeError
Kind %s has no definition for attribute '%s'
  IndirectAttributeError
Indirect values on item %s, attribute '%s' via '%s' are not supported
  NoValueForAttributeError
%s (Kind: %s) has no value for '%s'
  NoLocalValueForAttributeError
%s (Kind: %s) has no local value for '%s'
  ReadOnlyAttributeError
Item %s: value for %s is read-only
  StaleItemAttributeError
Stale Item '%s' has no attribute '%s'
  KindlessItemError
Item has no kind
  CardinalityError
Item %s (kind: %s), attribute '%s' is not %s
  BadRefError
Item %s, attribute '%s': ref is: %s, but should be: %s
  DanglingRefError
Item %s, attribute '%s': referred item %s not found
  ViewMismatchError
Error establishing bidirectional ref, item views don't match: %s is in %s but %s is in %s
  IndexError
  NoSuchIndexError
Item %s: no index named '%s' on attribute '%s'
  IndexAlreadyExists
Item %s: an index named '%s' already exists on attribute '%s'
  SchemaError