Exceptions
This page documents all exceptions raised by the OpenDAL.
Bases: Exception
Source code in python/opendal/exceptions.pyi
| class Error(Exception): ...
|
Bases: Exception
Source code in python/opendal/exceptions.pyi
| class AlreadyExists(Exception): ...
|
Bases: Exception
Source code in python/opendal/exceptions.pyi
| class ConditionNotMatch(Exception): ...
|
Bases: Exception
Source code in python/opendal/exceptions.pyi
| class ConfigInvalid(Exception): ...
|
Bases: Exception
Source code in python/opendal/exceptions.pyi
| class IsADirectory(Exception): ...
|
Bases: Exception
Source code in python/opendal/exceptions.pyi
| class IsSameFile(Exception): ...
|
Bases: Exception
Source code in python/opendal/exceptions.pyi
| class NotADirectory(Exception): ...
|
Bases: Exception
Source code in python/opendal/exceptions.pyi
| class NotFound(Exception): ...
|
Bases: Exception
Source code in python/opendal/exceptions.pyi
| class PermissionDenied(Exception): ...
|
Bases: Exception
Source code in python/opendal/exceptions.pyi
| class Unexpected(Exception): ...
|
Bases: Exception
Source code in python/opendal/exceptions.pyi
| class Unsupported(Exception): ...
|