Skip to main content
GuideServerConfigure and deploy Tabsdata servers on your machine.TutorialsConfigure data integration workflows within a running Tabsdata server.Advanced TutorialsBuild end-to-end workflows between two specific systems.API ReferenceCLI ReferenceRelease Notes
Version: 2.0.0

tabsdatak.error

ApiErrorCodeError codes for the framework API (tabsdatak.api / tabsdatak.spi).
ApiExceptionTop-level exception for the framework API.
ApiInitExceptionAn API object could not be created (attribute type/value issue).
ApiInternalExceptionAn internal API error -- a bug.
ApiRuntimeExceptionAn API object is invalid due to runtime conditions (e.g.
ConstraintErrorA field-value rule failure, carrying the ErrorCode describing it.
ErrorCodeAbstract base for connector error-code enums.
ErrorDefStatic description of one error site: the exception class to raise plus a str.format_map message template.
TabsdataExceptionBase class for every framework error.