Get the error message.
(self)
| 122 | |
| 123 | @property |
| 124 | def error(self) -> Optional[str]: |
| 125 | """Get the error message.""" |
| 126 | return self._error |
| 127 | |
| 128 | async def subscribe_with_history(self, start_from_index: int = 0) -> AsyncIterator[str]: |
| 129 | """ |
no outgoing calls