class BusyConnectionError Constructor new BusyConnectionError (String address, Number maxRequestsPerConnection, Number connectionLength) Represents a client-side error indicating that all connections to a certain host have reached the maximum amount of in-flight requests supported. Parameters: Name Type Description address String maxRequestsPerConnection Number connectionLength Number