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

x/postgres/client/error.ts>ConnectionError

PostgreSQL driver for Deno
Extremely Popular
Go to Latest
class ConnectionError
extends Error
import { ConnectionError } from "https://deno.land/x/postgres@v0.17.2/client/error.ts";

A connection error

Constructors

new
ConnectionError(message?: string)

Create a new ConnectionError