Skip to main content

Interface: IntentIssue

Defined in: intent/intentResult.ts:61

Properties

code

code: IntentIssueCode

Defined in: intent/intentResult.ts:63

Closed enum — see IntentIssueCode. Never parse message.


message

message: string

Defined in: intent/intentResult.ts:67

Human-readable explanation. Presentation only, never driving logic.


repair?

optional repair?: RepairOption[]

Defined in: intent/intentResult.ts:69

Present only when alternatives are computable at the check site.


subject

subject: object

Defined in: intent/intentResult.ts:65

Machine-locatable subject: a path into the intent, plus the offending id when one exists.

id?

optional id?: string

path

path: string