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-07-09 UTC."],[[["This documentation provides reference information for the `Execution.Types.Error` class within the Google Cloud Workflows Executions v1 API, specifically detailing its structure and functionality."],["`Execution.Types.Error` is a class that describes the reasons for an abnormal termination of a workflow execution, inheriting from `object` and implementing multiple interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class offers properties such as `Context` for a human-readable stack trace, `Payload` for a JSON string representing error data, and `StackTrace` for detailed error generation information, and it can be constructed either empty or as a copy of another error object."],["There are multiple versions of this class available, ranging from versions 1.0.0 to 2.6.0, with 2.6.0 being the latest version, all of them providing links to the class documentation."]]],[]]