ApiErrorCode | Error codes for the framework API (tabsdatak.api / tabsdatak.spi). |
ApiException | Top-level exception for the framework API. |
ApiInitException | An API object could not be created (attribute type/value issue). |
ApiInternalException | An internal API error -- a bug. |
ApiRuntimeException | An API object is invalid due to runtime conditions (e.g. |
ConstraintError | A field-value rule failure, carrying the ErrorCode describing it. |
ErrorCode | Abstract base for connector error-code enums. |
ErrorDef | Static description of one error site: the exception class to raise plus a str.format_map message template. |
TabsdataException | Base class for every framework error. |