exceptions
TDLError
Bases: Exception
Base exception for all tdl-sdk errors.
Source code in src/tdl_sdk/_exceptions.py
TDLNotFoundError
Bases: TDLError
Raised when the tdl binary is not found on PATH.
Source code in src/tdl_sdk/_exceptions.py
TDLCommandError
Bases: TDLError
Raised when tdl exits with a non-zero return code.
Source code in src/tdl_sdk/_exceptions.py
TDLTimeoutError
Bases: TDLError
Raised when a tdl command exceeds the timeout.
Source code in src/tdl_sdk/_exceptions.py
TDLParseError
Bases: TDLError
Raised when JSON output from tdl cannot be parsed.