[[["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-08-07 UTC."],[[["Version 2.3.0 of the `Google.LongRunning` library introduces the `OperationFailedException` class, which is designed to signal the failure of a long-running operation."],["The `OperationFailedException` class inherits from the base `Exception` class and resides within the `Google.LongRunning` namespace."],["The primary constructor for `OperationFailedException` accepts an `Operation` object, which must contain an error, detailing the failed operation."],["The class provides two properties: `Operation`, which returns the `Operation` message with the original error, and `Status`, which provides the error status from the operation's error field."],["The `Google.LongRunning` library also offers newer versions including 3.3.0, 3.2.0, 3.1.0 and 3.0.0, as well as older ones, such as 2.2.0, for the same `OperationFailedException`."]]],[]]