Error/exception classes that do not fit naturally anywhere else.
|
|
DuplicityError
|
|
|
UserError
Subclasses use this in their inheritance hierarchy to signal that
the error is a user generated one, and that it is therefore
typically unsuitable to display a full stack trace.
|
|
|
NotSupported
Exception raised when an action cannot be completed because some
particular feature is not supported by the environment.
|
|
|
ConflictingScheme
Raised to indicate an attempt was made to register a backend for a
scheme for which there is already a backend registered.
|
|
|
InvalidBackendURL
Raised to indicate a URL was not a valid backend URL.
|
|
|
UnsupportedBackendScheme
Raised to indicate that a backend URL was parsed successfully as a
URL, but was not supported.
|
|
|
BackendException
Raised to indicate a backend specific problem.
|
|
|
TemporaryLoadException
Raised to indicate a temporary issue on the backend.
|