public sealed class Error : IMessage<Execution.Types.Error>, IEquatable<Execution.Types.Error>, IDeepCloneable<Execution.Types.Error>, IBufferMessage, IMessage
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 page documents the `Error` class within the `Google.Cloud.Workflows.Executions.V1` namespace, which is part of the Google Cloud Workflows Executions API for .NET."],["The `Error` class is designed to describe the reasons behind an abnormal termination of an execution within Google Cloud Workflows."],["The latest version documented is 2.6.0, but the current page primarily provides information regarding the `Error` class for version 1.1.0."],["The `Error` class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the `Object` class."],["The `Error` class has two constructors: a parameterless constructor `Error()` and a constructor `Error(Execution.Types.Error other)` which takes another `Error` instance as an argument, and has two properties `Context` and `Payload` which are both string types."]]],[]]