vanna.exceptions

class ImproperlyConfigured(builtins.BaseException):

Raise for incorrect configuration.

Inherited Members
builtins.BaseException
BaseException
with_traceback
add_note
args
class DependencyError(builtins.BaseException):

Raise for missing dependencies.

Inherited Members
builtins.BaseException
BaseException
with_traceback
add_note
args
class ConnectionError(builtins.BaseException):

Raise for connection

Inherited Members
builtins.BaseException
BaseException
with_traceback
add_note
args
class OTPCodeError(builtins.BaseException):

Raise for invalid otp or not able to send it

Inherited Members
builtins.BaseException
BaseException
with_traceback
add_note
args
class SQLRemoveError(builtins.BaseException):

Raise when not able to remove SQL

Inherited Members
builtins.BaseException
BaseException
with_traceback
add_note
args
class ExecutionError(builtins.BaseException):

Raise when not able to execute Code

Inherited Members
builtins.BaseException
BaseException
with_traceback
add_note
args
class ValidationError(builtins.BaseException):

Raise for validations

Inherited Members
builtins.BaseException
BaseException
with_traceback
add_note
args
class APIError(builtins.BaseException):

Raise for API errors

Inherited Members
builtins.BaseException
BaseException
with_traceback
add_note
args