Framework
RelationValidationError
Result of relation schema validation.
| Property | Type | Description |
|---|
field | string | Field with the error. |
level? | "error" | "warning" | Error level: 'error' blocks, 'warning' logs but continues. |
message | string | Error message. |
model | string | Model where the error was found. |
suggestion? | string | Suggested fix (if available). |