tabsdata.exceptions
CredentialsConfigurationError | Exception raised when the creation or modification of a Credentials object fails. |
DecoratorConfigurationError | Exception raised when the creation or modification of a decorator object fails. |
ErrorCode | |
FormatConfigurationError | Exception raised when the creation or modification of a Format object fails. |
FunctionConfigurationError | Exception raised when a function is not properly configured to be registered. |
InputConfigurationError | Exception raised when the creation or modification of an Input object fails. |
OutputConfigurationError | Exception raised when the creation or modification of an Input object fails. |
RegistrationError | Exception raised when registration of a function in the server fails. |
SDKError | Base exception for all exceptions in the Tabs Data SDK. |
SecretConfigurationError | Exception raised when the creation or modification of a Secret object fails. |
TableFrameError | Exception raised when handling a TableFrame. |
TableURIConfigurationError | Exception raised when the creation or modification of a URI object or one of its auxiliary objects fails. |
TabsDataException | Base exception for all exceptions in the Tabs Data SDK. |
TabsdataServerError | Exception raised when the server returns an error. |
CredentialsConfigurationError
class CredentialsConfigurationError(error_code: ErrorCode, *args)
Bases: TabsDataException
Exception raised when the creation or modification of a Credentials object fails.
DecoratorConfigurationError
class DecoratorConfigurationError(error_code: ErrorCode, *args)
Bases: TabsDataException
Exception raised when the creation or modification of a decorator object fails.
ErrorCode
class ErrorCode(*args, **kwds)
Bases: Enum
FormatConfigurationError
class FormatConfigurationError(error_code: ErrorCode, *args)
Bases: TabsDataException
Exception raised when the creation or modification of a Format object fails.
FunctionConfigurationError
class FunctionConfigurationError(error_code: ErrorCode, *args)
Bases: TabsDataException
Exception raised when a function is not properly configured to be registered.
InputConfigurationError
class InputConfigurationError(error_code: ErrorCode, *args)
Bases: TabsDataException
Exception raised when the creation or modification of an Input object fails.
OutputConfigurationError
class OutputConfigurationError(error_code: ErrorCode, *args)
Bases: TabsDataException
Exception raised when the creation or modification of an Input object fails.
RegistrationError
class RegistrationError(error_code: ErrorCode, *args)
Bases: TabsDataException
Exception raised when registration of a function in the server fails.
SDKError
class SDKError(error_code: ErrorCode, *args)
Bases: TabsDataException
Base exception for all exceptions in the Tabs Data SDK.
SecretConfigurationError
class SecretConfigurationError(error_code: ErrorCode, *args)
Bases: TabsDataException
Exception raised when the creation or modification of a Secret object fails.
TableFrameError
class TableFrameError(error_code: ErrorCode, *args)
Bases: TabsDataException
Exception raised when handling a TableFrame.
TableURIConfigurationError
class TableURIConfigurationError(error_code: ErrorCode, *args)
Bases: TabsDataException
Exception raised when the creation or modification of a URI object or one of its auxiliary objects fails.
TabsDataException
class TabsDataException(error_code: ErrorCode, *args)
Bases: Exception
Base exception for all exceptions in the Tabs Data SDK.
TabsdataServerError
class TabsdataServerError(error_code: ErrorCode, *args)
Bases: TabsDataException
Exception raised when the server returns an error.