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
Latest
class ConnectionError
extends Error
import { ConnectionError } from "https://deno.land/x/postgres@v0.19.3/client/error.ts";

A connection error

Constructors

new
ConnectionError(message?: string)

Create a new ConnectionError