vanna.exceptions

class ImproperlyConfigured(builtins.BaseException)

配置错误时引发。

继承的成员
builtins.BaseException
BaseException
with_traceback
add_note
args
class DependencyError(builtins.BaseException)

缺少依赖项时引发。

继承的成员
builtins.BaseException
BaseException
with_traceback
add_note
args
class ConnectionError(builtins.BaseException)

连接错误时引发。

继承的成员
builtins.BaseException
BaseException
with_traceback
add_note
args
class OTPCodeError(builtins.BaseException)

OTP 无效或无法发送时引发。

继承的成员
builtins.BaseException
BaseException
with_traceback
add_note
args
class SQLRemoveError(builtins.BaseException)

无法移除 SQL 时引发。

继承的成员
builtins.BaseException
BaseException
with_traceback
add_note
args
class ExecutionError(builtins.BaseException)

无法执行代码时引发。

继承的成员
builtins.BaseException
BaseException
with_traceback
add_note
args
class ValidationError(builtins.BaseException)

验证错误时引发。

继承的成员
builtins.BaseException
BaseException
with_traceback
add_note
args
class APIError(builtins.BaseException)

API 错误时引发。

继承的成员
builtins.BaseException
BaseException
with_traceback
add_note
args