True if this error was caused by a timeout. .. versionadded:: 4.2
(self)
| 53 | |
| 54 | @property |
| 55 | def timeout(self) -> bool: |
| 56 | """True if this error was caused by a timeout. |
| 57 | |
| 58 | .. versionadded:: 4.2 |
| 59 | """ |
| 60 | return False |
| 61 | |
| 62 | |
| 63 | class ProtocolError(PyMongoError): |
no outgoing calls