OpenQuizz
Une application de gestion des contenus pédagogiques
NetworkTimeout Class Reference
Inheritance diagram for NetworkTimeout:
Collaboration diagram for NetworkTimeout:

Additional Inherited Members

- Public Member Functions inherited from AutoReconnect
def __init__ (self, message='', errors=None)
 
- Public Member Functions inherited from PyMongoError
def has_error_label (self, label)
 
def __str__ (self)
 
def __unicode__ (self)
 
- Data Fields inherited from AutoReconnect
 errors
 
 details
 

Detailed Description

An operation on an open connection exceeded socketTimeoutMS.

The remaining connections in the pool stay open. In the case of a write
operation, you cannot know whether it succeeded or failed.

Subclass of :exc:`~pymongo.errors.AutoReconnect`.

The documentation for this class was generated from the following file: