Skip to content

PromptScript API


Interface: CompileError

Defined in: compiler/src/types.ts:102

Compilation error with additional metadata.

Properties

code

code: string

Defined in: compiler/src/types.ts:106

Error code or rule ID


format()?

optional format: () => string

Defined in: compiler/src/types.ts:116

Format error for display

Returns

string


location?

optional location: object

Defined in: compiler/src/types.ts:110

Source location

column?

optional column: number

file?

optional file: string

line?

optional line: number


message

message: string

Defined in: compiler/src/types.ts:108

Error message


name

name: string

Defined in: compiler/src/types.ts:104

Error name/type