FailureReport (Class)¶
A source-level report of why a debugged contract call failed: the failing statement, the inlined call stack, and the variables in scope per frame.
str() (or render()) formats the report the way the SilverScript CLI
debugger prints it, including source context lines.
render
¶
Format the report for terminal display: failing source lines with context, plus each frame's variables.