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."],[[["This documentation pertains to the `Execution.Types.Error` class within the Google Cloud Workflows Executions v1 API, specifically version 2.4.0."],["The `Execution.Types.Error` class is designed to provide details about why a workflow execution was terminated abnormally, making it valuable for debugging."],["This class includes properties such as `Context`, `Payload`, and `StackTrace`, which offer context, a JSON string representing error messages, and detailed stack trace information, respectively."],["The `Error` class inherits from `object` and implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, enabling various functionalities like message handling, comparison, deep cloning, and buffer message operations."],["Multiple versions of the documentation for the `Execution.Types.Error` class are available, ranging from version 1.0.0 up to 2.6.0, which is the latest."]]],[]]