Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Extremely Popular
Go to Latest
class ConnectionParamsError
extends Error
import { ConnectionParamsError } from "https://deno.land/x/postgres@v.0.18.1/client/error.ts";

A connection params error

Constructors

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

Create a new ConnectionParamsError