Class ConnectionCheckOutFailedEvent

An event published when a request to check a connection out fails

Hierarchy (view full)

Properties

address: string

The address (host/port pair) of the pool

durationMS: number

The time it took to check out the connection. More specifically, the time elapsed between emitting a ConnectionCheckOutStartedEvent and emitting this event as part of the same check out.

reason: string

The reason the attempt to check out failed

time: Date

A timestamp when the event was created