An error that keeps a reference to an internal error.

The internal error is stored as Dynamic to keep its usage flexible.

Constructor

new(message:String, innerError:Dynamic, ?stack:Array<StackItem>, ?pos:PosInfos)

Variables

Inherited Variables

Defined by Error

read onlymessage:String

The text message associated with the error.

read onlypos:PosInfos

The location in code where the error has been instantiated.

read onlystackItems:Array<StackItem>

The collected error stack.

Inherited Methods