public sealed class Execution.Types.Error : IMessage<Execution.Types.Error>, IEquatable<Execution.Types.Error>, IDeepCloneable<Execution.Types.Error>, IBufferMessage, IMessage
Reference documentation and code samples for the Workflow Executions v1beta API class Execution.Types.Error.
Error describes why the execution was abnormally terminated.
[[["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-07-02 UTC."],[[["The `Execution.Types.Error` class in the Workflow Executions v1beta API provides details about why an execution was terminated abnormally."],["This class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, ensuring its compatibility and functionality within the .NET ecosystem."],["The `Error` class can be instantiated with either a default constructor or a constructor that accepts another `Execution.Types.Error` object."],["The `Context` property of the `Error` class stores human-readable error information for debugging, while the `Payload` property contains a JSON string of the error data returned by the execution."],["This `Execution.Types.Error` class is in the `Google.Cloud.Workflows.Executions.V1Beta` namespace and is part of the `Google.Cloud.Workflows.Executions.V1Beta.dll` assembly."]]],[]]