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

ErrorDef

class
class ErrorDef(exception: Type['TabsdataException'], message_template: str)

Categories: error

Static description of one error site: the exception class to raise plus a str.format_map message template.

Parameters

parameter
exceptionType['TabsdataException']

TabsdataException subclass to instantiate.

parameter
message_templatestr

Format string applied with the kwargs from ErrorCode.exception (missing keys are left as {name} placeholders).