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