import { TransactionError } from "https://deno.land/x/postgres@v0.17.2/client/error.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://deno.land/x/postgres@v0.17.2/client/error.ts";
A transaction error
Create a transaction error with a message and a cause