Interface ErrorMessage

An error message from MiniZinc.

Hierarchy

  • ErrorMessage

Indexable

[key: string]: any

Properties

location?: Location

The file location if there is one

message: string

The error message

stack?: StackItem[]

The stack trace is there is one

type: "error"

Message type

what: string

The kind of error which occurred

Generated using TypeDoc