pub type ErrorCallStack = Vec<usize>;
Expand description
The error call stack contains the opcode indexes of the call stack at the time of failure, plus the index of the opcode that failed.
Aliased Typeยง
struct ErrorCallStack { /* private fields */ }