Skip to main content
Module

x/postgres/client/error.ts>TransactionError

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

Constructors

new
TransactionError(transaction_name: string, cause: PostgresError)