opendal.exceptions
class
Error(builtins.Exception):
Base class for exceptions in this module.
Inherited Members
- builtins.Exception
- Exception
- builtins.BaseException
- with_traceback
- add_note
- args
Unexpected =
<class 'opendal.UnexpectedError'>
Unsupported =
<class 'opendal.UnsupportedError'>
ConfigInvalid =
<class 'opendal.ConfigInvalidError'>
NotFound =
<class 'opendal.NotFoundError'>
PermissionDenied =
<class 'opendal.PermissionDeniedError'>
IsADirectory =
<class 'opendal.IsADirectoryError'>
NotADirectory =
<class 'opendal.NotADirectoryError'>
AlreadyExists =
<class 'opendal.AlreadyExistsError'>
IsSameFile =
<class 'opendal.IsSameFileError'>
ConditionNotMatch =
<class 'opendal.ConditionNotMatchError'>