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-06-12 UTC."],[[["This document outlines the `Error` class within the `Google.Cloud.Workflows.Executions.V1` namespace, which details the reasons for an abnormal termination of an execution."],["The `Error` class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `Object`."],["It includes properties such as `Context`, `Payload`, and `StackTrace` to provide details about the error, including a human-readable stack trace and a JSON string representing the error data."],["The document provides constructor information for creating `Error` instances, either empty or by copying an existing `Execution.Types.Error` object, as well as links to the documentation of the various versions, with the latest version being 2.6.0."],["The `Error` class belongs to the assembly `Google.Cloud.Workflows.Executions.V1.dll` and is part of version 2.0.0."]]],[]]