[[["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."],[[["The `OperationFailedException` class is used to indicate that a long-running operation has failed within the `Google.LongRunning` namespace."],["This exception class inherits from `Exception` and implements the `ISerializable` interface, allowing it to be serialized."],["The latest version of this class is version 3.3.0, with previous versions dating back to version 2.2.0 and all being available as part of the `Google.LongRunning` package."],["You can construct an `OperationFailedException` using a failed operation's protobuf message, containing relevant details about the error, including the error `Status`."],["The `Operation` property of this class contains the details of the failed operation, and the `Status` property holds the error status message from the operation's error field."]]],[]]