public sealed class Error : IMessage<Execution.Types.Error>, IEquatable<Execution.Types.Error>, IDeepCloneable<Execution.Types.Error>, IBufferMessage, IMessage
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-09 UTC."],[[["This document outlines the `Error` class within the `Google.Cloud.Workflows.Executions.V1Beta` namespace, which is used to detail the reasons for abnormal termination of an execution."],["The `Error` class is a sealed class that implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, inheriting from `Object`."],["The class is available in multiple versions, with `2.0.0-beta05` being the latest and `1.0.0-beta03` being the version discussed in the documentation, and is located within the `Google.Cloud.Workflows.Executions.V1Beta.dll` assembly."],["The `Error` class includes two constructors: a default constructor `Error()` and a copy constructor `Error(Execution.Types.Error other)`."],["The `Error` class contains properties to store error details, including a `Context` property for human-readable error context and a `Payload` property to hold the error details as a JSON string, both of which are of the type string."]]],[]]