Constant CODE_STACKTRACE

pub const CODE_STACKTRACE: &'static str;
Expand description

A stacktrace as a string in the natural representation for the language runtime. The representation is identical to exception.stacktrace.

§Notes

§Examples

  • "at com.example.GenerateTrace.methodB(GenerateTrace.java:13)\\n at com.example.GenerateTrace.methodA(GenerateTrace.java:9)\\n at com.example.GenerateTrace.main(GenerateTrace.java:5)\n"