[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-07-02 UTC."],[[["This webpage documents the `FlowController.MaxOutstandingRequestBytesReachedException`, an exception that occurs when client-side flow control limits are reached due to the number of unacknowledged in-memory bytes."],["The page provides a history of the exception across multiple versions of the Java library, ranging from version 2.63.1 (latest) down to 2.7.1, which is useful for understanding backward compatibility and potential code migrations."],["The exception class includes a constructor, `MaxOutstandingRequestBytesReachedException(long currentMaxBytes)`, that accepts the current maximum byte limit as a parameter."],["The class also provides two methods, `getCurrentMaxBatchBytes()`, to get the maximum batch byte size, and `toString()` to get the string representation of the object."],["It inherits various methods from `Object` and `Throwable`, like `equals`, `hashCode`, `getMessage`, and `printStackTrace`, which are used for object comparison, error reporting, and stack trace information."]]],[]]