Skip to main content

Module error

Module error 

Source
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ยง

CoreError
Core errors that can occur in ferriorm domain logic.