rune-langium / codegen/src / GenerationError
Interface: GenerationError
Defined in: packages/codegen/src/types.ts:99
An error encountered during code generation for a specific DSL construct.
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
construct | string | DSL construct that failed (e.g., type name or function name) | packages/codegen/src/types.ts:103 |
message | string | Error description | packages/codegen/src/types.ts:105 |
sourceFile | string | .rosetta file that caused the error | packages/codegen/src/types.ts:101 |