stackTraces property

List<StackTrace>? stackTraces
getter/setter pair

The stack trace details if the test case failed or encountered an error.

The maximum size of the stack traces is 100KiB, beyond which the stack track will be truncated. Zero if the test case passed.

Implementation

core.List<StackTrace>? stackTraces;