If an exception is thrown inside a @test statement, the stacktrace for that is stored as a string in backtrace. But for tooling it would be very convenient to be able to access this stacktrace in a more structured format, so it would be great if the raw backtrace could be stored in the Error struct as well.