Exceptions
This page documents all exceptions raised by the OpenDAL.
Bases: Exception
OpenDAL Base Exception.
Source code in python/opendal/exceptions.pyi
32 33 |
|
Bases: Exception
Already exists.
Source code in python/opendal/exceptions.pyi
23 24 |
|
Bases: Exception
Condition not match.
Source code in python/opendal/exceptions.pyi
26 27 |
|
Bases: Exception
Config is invalid.
Source code in python/opendal/exceptions.pyi
29 30 |
|
Bases: Exception
Is a directory.
Source code in python/opendal/exceptions.pyi
35 36 |
|
Bases: Exception
Is same file.
Source code in python/opendal/exceptions.pyi
38 39 |
|
Bases: Exception
Not a directory.
Source code in python/opendal/exceptions.pyi
41 42 |
|
Bases: Exception
Not found.
Source code in python/opendal/exceptions.pyi
44 45 |
|
Bases: Exception
Permission denied.
Source code in python/opendal/exceptions.pyi
47 48 |
|