opendal.exceptions

class Error(builtins.Exception):

Base class for exceptions in this module.

class Unexpected(Error):

Unexpected errors

class Unsupported(Error):

Unsupported operation

class ConfigInvalid(Error):

Config is invalid

class NotFound(Error):

Not found

class PermissionDenied(Error):

Permission denied

class IsADirectory(Error):

Is a directory

class NotADirectory(Error):

Not a directory

class AlreadyExists(Error):

Already exists

class IsSameFile(Error):

Is same file

class ConditionNotMatch(Error):

Condition not match