module
stow.exceptions
Classes
ArtefactNotFound— An artefact cannot be found at a locationArtefactNotMember— An artefact is not a member of aManagerorDirectoryArtefactTypeError— Expected an artefact of another typeArtefactNoLongerExists— The artefact cannot be accessed because its persistent representation has been deleted or moved.OperationNotPermitted— You do not have permission to perform this actionInvalidPath— Path given is not a valid stow path. See documentationArtefactNotAvailable— The artefact is not available to be able to fulfil the requested operation
class
stow.exceptions.ArtefactNotFound()
Bases
FileNotFoundError
OSError
Exception
BaseException
An artefact cannot be found at a location
class
stow.exceptions.ArtefactNotMember()
Bases
Exception
BaseException
An artefact is not a member of a Manager or Directory
class
stow.exceptions.ArtefactTypeError()
Bases
TypeError
Exception
BaseException
Expected an artefact of another type
class
stow.exceptions.ArtefactNoLongerExists()
Bases
OSError
Exception
BaseException
The artefact cannot be accessed because its persistent representation has been deleted or moved.
class
stow.exceptions.OperationNotPermitted()
Bases
Exception
BaseException
You do not have permission to perform this action
class
stow.exceptions.InvalidPath()
Bases
ValueError
Exception
BaseException
Path given is not a valid stow path. See documentation
class
stow.exceptions.ArtefactNotAvailable()
Bases
Exception
BaseException
The artefact is not available to be able to fulfil the requested operation