pePoolStopped top-level constant
int
const pePoolStopped
Errors used in PostgresqlException.exception when Pool.connect failed.
Implementation
const
peConnectionTimeout = 4001,
pePoolStopped = 4002,
peConnectionClosed = 4003,
peConnectionFailed = 40004;