An error that keeps a reference to an internal error.
The internal error is stored as Dynamic to keep its usage flexible.
new(message:String, innerError:Dynamic, ?stack:Array<StackItem>, ?pos:PosInfos)
innerError:Dynamic
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.
getPosition():String
stackToString():String
toString():String