checkLimit abstract method

String? checkLimit(
  1. GetConnLimiter limiter
)

Will return an error if the connection manager's internal connection limit exceeds the provided system limit.

Implementation

String? checkLimit(GetConnLimiter limiter);