Class: BusyConnectionError

errors~BusyConnectionError(address, maxRequestsPerConnection, connectionLength)

Represents a client-side error indicating that all connections to a certain host have reached the maximum amount of in-flight requests supported.

Constructor

new BusyConnectionError(address, maxRequestsPerConnection, connectionLength)

Parameters:
Name Type Description
address string
maxRequestsPerConnection number
connectionLength number
Source: