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-05 UTC."],[[["This documentation provides reference information for the `Execution.Types.Error` class within the Google Cloud Workflows Executions v1 API, detailing its role in representing execution termination errors."],["The `Execution.Types.Error` class, found in the `Google.Cloud.Workflows.Executions.V1` namespace, inherits from `object` and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class offers two constructors: a default constructor `Error()` and another `Error(Execution.Types.Error other)` for creating an error instance based on an existing one."],["Key properties of the `Execution.Types.Error` class include `Context` (a human-readable stack trace string), `Payload` (an error message and data in JSON string format), and `StackTrace` (detailed information about where an error originated)."],["The `Execution.Types.Error` class is available in multiple versions, ranging from version 1.0.0 to the latest version 2.6.0, with each version having its own specific documentation."]]],[]]