[[["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 `CancelledException` class in the `com.google.api.gax.rpc` package is an exception thrown when an operation is cancelled, typically by the caller."],["This class extends `ApiException`, inheriting several methods like `getDomain()`, `getErrorDetails()`, and `isRetryable()`, among others, from the parent class."],["It can be constructed using various parameters such as a message, a `Throwable` cause, a `StatusCode`, a boolean for retryability, and `ErrorDetails`."],["The latest version available for `CancelledException` is 2.63.1, and there are several previous versions listed ranging from 2.62.0 to 2.7.1."]]],[]]