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

A transaction error

Constructors

new
TransactionError(transaction_name: string, cause: PostgresError)

Create a transaction error with a message and a cause