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 document provides reference documentation for the `Execution.Types.Error` class within the Google Cloud Workflows Executions v1 API, detailing its structure and usage."],["The `Execution.Types.Error` class, which is found within the `Google.Cloud.Workflows.Executions.V1` namespace, describes why a workflow execution was terminated abnormally."],["It includes properties such as `Context`, `Payload`, and `StackTrace` to provide details about the error, including a human-readable stack trace and a JSON string with error details."],["The class includes two constructors that initialize a new instance, one default and one using another `Execution.Types.Error` instance."],["Multiple versioned reference documents are available, ranging from version 1.0.0 up to the most recent 2.6.0, with version 2.3.0 being the current point of focus."]]],[]]