Files
JellySport/ProjectSourceCode/node_modules/pg-promise/lib/errors
2024-04-11 04:23:19 -06:00
..
2024-04-11 04:23:19 -06:00
2024-04-11 04:23:19 -06:00
2024-04-11 04:23:19 -06:00
2024-04-11 04:23:19 -06:00

errors namespace

This folder contains everything that's available via the errors namespace, before and after initialization:

const pgpLib = require('pg-promise');
const pgp = pgpLib(/*initialization options*/);

pgpLib.errors; // `errors` namespace
pgp.errors; // `errors` namespace