Skip to main content
Version: 0.9.2

tabsdata.exceptions

CredentialsConfigurationErrorException raised when the creation or modification of a Credentials object fails.
DecoratorConfigurationErrorException raised when the creation or modification of a decorator object fails.
ErrorCode
FormatConfigurationErrorException raised when the creation or modification of a Format object fails.
FunctionConfigurationErrorException raised when a function is not properly configured to be registered.
InputConfigurationErrorException raised when the creation or modification of an Input object fails.
OutputConfigurationErrorException raised when the creation or modification of an Input object fails.
RegistrationErrorException raised when registration of a function in the server fails.
SDKErrorBase exception for all exceptions in the Tabs Data SDK.
SecretConfigurationErrorException raised when the creation or modification of a Secret object fails.
TableFrameErrorException raised when handling a TableFrame.
TableURIConfigurationErrorException raised when the creation or modification of a URI object or one of its auxiliary objects fails.
TabsDataExceptionBase exception for all exceptions in the Tabs Data SDK.
TabsdataServerErrorException 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.