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-11 UTC."],[[["This documentation page covers the `Execution.Types.Error` class within the Google Cloud Workflows Executions v1 API, specifically version 2.5.0."],["The `Execution.Types.Error` class is used to describe the reasons for an abnormal termination of a workflow execution, offering details about the error that occured."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, enhancing its functionality and integration within the .NET ecosystem."],["The page lists various versions of the API, ranging from 1.0.0 to the latest 2.6.0, alongside the currently viewed 2.5.0 version, each with its own documentation link."],["The class includes properties like `Context`, `Payload`, and `StackTrace` to provide comprehensive details about the error, including a stack trace string and the context in which the error occurred."]]],[]]