Skip to content

ColumnNotFoundError

Bases: SafeDsError, IndexError

Raised when trying to access an invalid column name.

Source code in src/safeds/exceptions/__init__.py
class ColumnNotFoundError(SafeDsError, IndexError):
    """Raised when trying to access an invalid column name."""