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

A connection params error

Constructors

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

Create a new ConnectionParamsError