LSDE Dialog Engine / DiagnosticEntry
Interface: DiagnosticEntry
Defined in: types.ts:566
Single diagnostic entry (error or warning).
Properties
blockId?
optionalblockId?:string
Defined in: types.ts:574
UUID of the block where the issue was found, if applicable.
code
code:
string
Defined in: types.ts:568
Machine-readable error/warning code (e.g. "NO_ENTRY_BLOCK", "ORPHAN_CONNECTION").
message
message:
string
Defined in: types.ts:570
Human-readable description of the issue.
sceneId?
optionalsceneId?:string
Defined in: types.ts:572
UUID of the scene where the issue was found, if applicable.
