Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/postgres/client/error.ts>PostgresError

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

A Postgres database error

Constructors

new
PostgresError(fields: Notice)

Create a new PostgresError

Properties

fields: Notice

The fields of the notice message