Skip to main content
Version: 1.3.0

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.
DestinationConfigurationErrorException raised when the creation or modification of a destination 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.
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.
SourceConfigurationErrorException raised when the creation or modification of a source 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.


DestinationConfigurationError

class DestinationConfigurationError(error_code: ErrorCode, *args)

Bases: TabsDataException

Exception raised when the creation or modification of a destination 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.


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.


SourceConfigurationError

class SourceConfigurationError(error_code: ErrorCode, *args)

Bases: TabsDataException

Exception raised when the creation or modification of a source 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.