Interface MongoNetworkErrorOptions

interface MongoNetworkErrorOptions {
    beforeHandshake: boolean;
}

Properties

Properties

beforeHandshake: boolean

Indicates the timeout happened before a connection handshake completed