Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/pgc4d/src/types.ts>PgError

A full-featured PostgreSQL Client for Deno
Latest
class PgError
extends Error
import { PgError } from "https://deno.land/x/pgc4d@v1.3.6/src/types.ts";

Constructors

new
PgError(fields: ErrorAndNoticeFields & { severity: "ERROR" | "FATAL" | "PANIC"; })

Properties

name: string
interface PgError
import { type PgError } from "https://deno.land/x/pgc4d@v1.3.6/src/types.ts";

Properties

severity: "ERROR" | "FATAL" | "PANIC"