Skip to main content
Deno 2 is finally here 🎉️
Learn more
Extremely Popular
Go to Latest
class MongoInvalidArgumentError
extends MongoError
import { MongoInvalidArgumentError } from "https://deno.land/x/mongo@v0.31.1/src/error.ts";

A class representation of a command with invalid arguments

Constructors

new
MongoInvalidArgumentError(info: string)