The exception raised by the run, if any.
(self)
| 386 | |
| 387 | @property |
| 388 | def error(self) -> Optional[BaseException]: |
| 389 | """The exception raised by the run, if any.""" |
| 390 | return self._error |
| 391 | |
| 392 | @property |
| 393 | def progress_bar(self) -> Any: |
no outgoing calls