Skip to content

Commit

Permalink
Sync with latest Postgres Errors
Browse files Browse the repository at this point in the history
  • Loading branch information
pg-error-enum-ci authored and nihalgonsalves committed Feb 8, 2021
1 parent 6966e42 commit ea58c1f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/PostgresError.ts
Original file line number Diff line number Diff line change
Expand Up @@ -445,6 +445,8 @@ export enum PostgresError {
CANNOT_CONNECT_NOW = '57P03',
/** Class 57 - Operator Intervention: [E] database_dropped */
DATABASE_DROPPED = '57P04',
/** Class 57 - Operator Intervention: [E] idle_session_timeout */
IDLE_SESSION_TIMEOUT = '57P05',
/** Class 58 - System Error (errors external to PostgreSQL itself): [E] system_error */
SYSTEM_ERROR = '58000',
/** Class 58 - System Error (errors external to PostgreSQL itself): [E] io_error */
Expand Down

0 comments on commit ea58c1f

Please sign in to comment.