Skip to content

SchemaError

Bases: SafeDsError, TypeError

Raised when tables have incompatible schemas.

Source code in src/safeds/exceptions/__init__.py
class SchemaError(SafeDsError, TypeError):
    """Raised when tables have incompatible schemas."""