ErrorDef
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
message_templatestrFormat string applied with the kwargs from
ErrorCode.exception (missing keys are left as {name}
placeholders).