import { TransactionError } from "https://dotland.deno.dev/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