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

Module errors

source code

PyArch exceptions



Classes
  ExecProblem
  SourceTreeError
Tried to create a source tree object from non-tree-root directory.
  TreeRootError
Could not find the Arch tree-root of a directory.
  TreeVersionError
Arch source tree does not have a valid default version.
  NamespaceError
Invalid Arch namespace name, or incorrect kind of name.
  ArchiveNotRegistered
Tried to access an unregistered archive.
  LocationNotRegistered
Tried to unregister a location that is not registered.
  LocationAlreadyRegistered
Tried to register a location that was already registered.
  MirrorLocationMismatch
Tried to mirror to a location that contains a different archive.
  MetaInfoError
The requested archive meta-info was not present.
  UntaggedFileError
Tried to get the id-tag of file which has none.
  IllegalEscapeSequence
Illegal syntax in a pika-escaped string.
  NoPristineFoundError
Failed to find a pristine for the given revision.
  MissingFileError
A request file is not present in the given revision.
  ChangesetConflict
A conflict occured when applying a changeset.