Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/mongo/src/error.ts>MongoDriverError

MongoDB driver for Deno
Extremely Popular
Go to Latest
class MongoDriverError
extends MongoError
import { MongoDriverError } from "https://deno.land/x/mongo@v0.31.1/src/error.ts";

A class representation of an error ocurring during the driver's execution.

Constructors

new
MongoDriverError(info: string)