Interface WarningMessage

A warning message from MiniZinc.

Hierarchy

  • WarningMessage

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: "warning"

Message type

what: string

The kind of warning which occurred

Generated using TypeDoc