The exception raised by the node, if any.
(self)
| 320 | |
| 321 | @property |
| 322 | def error(self) -> Exception | None: |
| 323 | """The exception raised by the node, if any.""" |
| 324 | return self._error |
| 325 | |
| 326 | @property |
| 327 | def error_node_path(self) -> str: |
no outgoing calls
no test coverage detected