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

A transaction error

Constructors

new
TransactionError(transaction_name: string, cause: PostgresError)

Create a transaction error with a message and a cause