ConnectionCheckOutFailedReason Enumeration |
Represents the reason an attempt to check out a connection failed.
Namespace:
MongoDB.Driver.Core.Events
Assembly:
MongoDB.Driver.Core (in MongoDB.Driver.Core.dll) Version: 2.18.0+554c799eb1ec8dd732f16c739387f6664df1ba7a
Syntax public enum ConnectionCheckOutFailedReason
Public Enumeration ConnectionCheckOutFailedReason
type ConnectionCheckOutFailedReason
Members
| Member name | Value | Description |
---|
| PoolClosed | 0 |
The connection pool is closed.
|
| Timeout | 1 |
Timeout waiting for a connection to become available.
|
| ConnectionError | 2 |
Connection error while opening a new connection.
|
See Also