Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
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@v.0.18.1/client/error.ts";

A connection error

Constructors

new
ConnectionError(message?: string)

Create a new ConnectionError