Skip to main content
The Deno 2 Release Candidate is here
Learn more
Extremely Popular
Go to Latest
class ConnectionParamsError
extends Error
import { ConnectionParamsError } from "https://deno.land/x/postgres@v0.19.2/client/error.ts";

A connection params error

Constructors

new
ConnectionParamsError(message: string, cause?: Error)

Create a new ConnectionParamsError