Enumeration
ConnectionPoolTimeoutError
Errors thrown by
EventLoopGroupConnectionPool and EventLoopConnectionPool regarding timeouts.enum ConnectionPoolTimeoutError
Topics
Enumeration Cases
case connectionRequestTimeoutThe connection request timed out.
Relationships
Conforms To
Swift.EquatableSwift.ErrorSwift.HashableSwift.SendableSwift.SendableMetatype
See Also
Legacy connection pools
class EventLoopConnectionPoolHolds a collection of active connections that can be requested and later released back into the pool.class EventLoopGroupConnectionPoolHolds a collection of connection pools for eachEventLoopon anEventLoopGroup.protocol ConnectionPoolSourceSource of new connections forEventLoopGroupConnectionPool.protocol ConnectionPoolItemItem managed by a connection pool.enum ConnectionPoolErrorErrors thrown byEventLoopGroupConnectionPoolandEventLoopConnectionPoolregarding state.