Raised while iterating query results if the cursor is invalidated on the server. .. versionadded:: 2.7
| 222 | |
| 223 | |
| 224 | class CursorNotFound(OperationFailure): |
| 225 | """Raised while iterating query results if the cursor is |
| 226 | invalidated on the server. |
| 227 | |
| 228 | .. versionadded:: 2.7 |
| 229 | """ |
| 230 | |
| 231 | |
| 232 | class ExecutionTimeout(OperationFailure): |
no outgoing calls
no test coverage detected