[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["This webpage details the `FlowController.MaxOutstandingElementCountReachedException` class within the Google API Client Libraries for Java (gax)."],["The exception is thrown when client-side flow control limits are hit based on the maximum number of in-memory elements."],["The provided versions range from 2.63.1 (latest) down to 2.7.1 of the java gax library, all pointing to this same exception class."],["The class includes a constructor `MaxOutstandingElementCountReachedException(long currentMaxElementCount)` that takes a long representing the current maximum element count."],["The `getCurrentMaxBatchElementCount()` method returns a long value representing the maximum number of batch elements and `toString()` method returns a string representation of the exception and overrides `Throwable.toString()`."]]],[]]