class documentation

class TimeoutError(SQLAlchemyError):

View In Hierarchy

Raised when a connection pool times out on getting a connection.

Inherited from SQLAlchemyError:

Method __str__ Undocumented
Method __unicode__ Undocumented
Method ​_message Undocumented
Method ​_sql​_message Undocumented

Inherited from HasDescriptionCode (via SQLAlchemyError):

Method __init__ Undocumented
Method ​_code​_str Undocumented
Instance Variable code Undocumented