[[["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 `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."]]],[]]