import { TransactionError } from "https://dotland.deno.dev/x/postgres@v0.19.0/mod.ts";
A transaction error
Constructors
new
TransactionError(transaction_name: string, cause: PostgresError)Create a transaction error with a message and a cause
import { TransactionError } from "https://dotland.deno.dev/x/postgres@v0.19.0/mod.ts";
A transaction error
Create a transaction error with a message and a cause