Expand description
Domain-level errors for schema validation.
CoreError covers issues that can be detected purely from the schema
structure: missing primary keys, unknown types, invalid defaults, duplicate
names, and malformed relation attributes. These errors are raised during the
validation step (AST to Schema IR) and are independent of any database
connection.
Enumsยง
- Core
Error - Core errors that can occur in ferriorm domain logic.