[[["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."],[[["The latest version of the `FlowController.MaxOutstandingRequestBytesReachedException` is 2.63.1, with a list of previous versions ranging down to 2.7.1."],["`FlowController.MaxOutstandingRequestBytesReachedException` is an exception thrown when client-side flow control is enforcing limits on the maximum number of unacknowledged in-memory bytes."],["This exception class provides a constructor, `MaxOutstandingRequestBytesReachedException(long currentMaxBytes)`, which takes the current maximum bytes as a `long` parameter."],["The class includes methods `getCurrentMaxBatchBytes()` which returns the current maximum batch bytes as a long, and a `toString()` method, overriding the parent's, that returns a string representation of the class."],["The exception class inherits various methods from `Object` and `Throwable`, including methods for stack trace management, object comparison, and notification."]]],[]]