Thanks to visit codestin.com
Credit goes to mongodb.github.io

Interface MongoNetworkErrorOptions

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

Properties

beforeHandshake?: boolean

Indicates the timeout happened before a connection handshake completed

cause?: Error