ColumnTypeError Bases: SafeDsError, TypeError Raised when a column has the wrong type. Source code in src/safeds/exceptions/__init__.py 43 44class ColumnTypeError(SafeDsError, TypeError): """Raised when a column has the wrong type."""