Variable MongoErrorLabelConst

MongoErrorLabel: Readonly<{
    HandshakeError: "HandshakeError";
    InterruptInUseConnections: "InterruptInUseConnections";
    NoWritesPerformed: "NoWritesPerformed";
    PoolRequstedRetry: "PoolRequstedRetry";
    ResetPool: "ResetPool";
    ResumableChangeStreamError: "ResumableChangeStreamError";
    RetryableWriteError: "RetryableWriteError";
    TransientTransactionError: "TransientTransactionError";
    UnknownTransactionCommitResult: "UnknownTransactionCommitResult";
}> = ...