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 v1 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-06-12 UTC."],[[["The `Execution.Types.Error` class provides details about why a workflow execution terminated abnormally."],["This class is part of the Google Cloud Workflows Executions v1 API and is available in various versions, with version 2.6.0 being the latest."],["It includes properties like `Context`, `Payload` (a JSON string), and `StackTrace` to give a detailed breakdown of the error."],["It implements several interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `Error` class has two constructors, one is empty and one takes another `Error` object."]]],[]]