getFailStackTrace abstract method

Future<String?> getFailStackTrace()

Returns the stack trace of the exception received while executing this session.

The stack trace is only set for sessions that end with FAILED state. For sessions that has COMPLETED state this method returns null.

Implementation

Future<String?> getFailStackTrace();