Skip to content

MissingValuesError

Bases: Exception

Raised when an operation cannot be performed on missing values.

Source code in src/safeds/exceptions/__init__.py
class MissingValuesError(Exception):
    """Raised when an operation cannot be performed on missing values."""