Interface MongoNetworkErrorOptions

interface MongoNetworkErrorOptions {
    beforeHandshake?: boolean;
    cause?: Error;
}

Properties

beforeHandshake?: boolean

Indicates the timeout happened before a connection handshake completed

cause?: Error