Skip to content

ColumnTypeError

Bases: SafeDsError, TypeError

Raised when a column has the wrong type.

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