We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0736a11 commit 0c8f0ceCopy full SHA for 0c8f0ce
src/PostgresError.ts
@@ -241,6 +241,8 @@ export enum PostgresError {
241
IN_FAILED_SQL_TRANSACTION = "25P02",
242
/** Class 25 - Invalid Transaction State: [E] idle_in_transaction_session_timeout */
243
IDLE_IN_TRANSACTION_SESSION_TIMEOUT = "25P03",
244
+ /** Class 25 - Invalid Transaction State: [E] transaction_timeout */
245
+ TRANSACTION_TIMEOUT = "25P04",
246
/** Class 26 - Invalid SQL Statement Name: [E] invalid_sql_statement_name */
247
INVALID_SQL_STATEMENT_NAME = "26000",
248
/** Class 27 - Triggered Data Change Violation: [E] triggered_data_change_violation */
0 commit comments