Skip to content

Exceptions

This page documents all exceptions raised by the OpenDAL.

Bases: Exception

Source code in python/opendal/exceptions.pyi
18
class Error(Exception): ...

Bases: Exception

Source code in python/opendal/exceptions.pyi
26
class AlreadyExists(Exception): ...

Bases: Exception

Source code in python/opendal/exceptions.pyi
28
class ConditionNotMatch(Exception): ...

Bases: Exception

Source code in python/opendal/exceptions.pyi
21
class ConfigInvalid(Exception): ...

Bases: Exception

Source code in python/opendal/exceptions.pyi
24
class IsADirectory(Exception): ...

Bases: Exception

Source code in python/opendal/exceptions.pyi
27
class IsSameFile(Exception): ...

Bases: Exception

Source code in python/opendal/exceptions.pyi
25
class NotADirectory(Exception): ...

Bases: Exception

Source code in python/opendal/exceptions.pyi
22
class NotFound(Exception): ...

Bases: Exception

Source code in python/opendal/exceptions.pyi
23
class PermissionDenied(Exception): ...

Bases: Exception

Source code in python/opendal/exceptions.pyi
19
class Unexpected(Exception): ...

Bases: Exception

Source code in python/opendal/exceptions.pyi
20
class Unsupported(Exception): ...