Diagnostics Reference
Every tix diagnostic has a stable error code. Codes never change meaning once assigned.
| Code | Severity | Description |
|---|---|---|
| E001 | Error | Type mismatch |
| E002 | Error | Missing field |
| E003 | Error | Invalid binary operator |
| E004 | Error | Invalid attribute set merge |
| E005 | Warning | Unresolved name |
| E006 | Warning | Duplicate key |
| E007 | Warning | Import target not found |
| E008 | Warning | Inference aborted |
| E009 | Warning | Annotation arity mismatch |
| E010 | Warning | Annotation accepted but not verified |
| E011 | Warning | Annotation parse error |
| E012 | Warning | Angle bracket import |
| E013 | Hint | Imported file not analyzed |
| E014 | Configurable | Type could not be inferred |
| E015 | Error | Invalid string interpolation |