runtimeException property

String? runtimeException

Returns the runtime exception that aborted the test. This will only be populated if the framework itself encountered a fatal issue (such as a malformed JSON body for a test step). If this is populated, a developer should investigate because this is not a typical error that would be expected due to failed test runs.

Implementation

String? get runtimeException => _runtimeException;