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."],[[["The `Error` class in the `Google.Cloud.Workflows.Executions.V1` namespace describes the reason for an execution's abnormal termination."],["This class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, facilitating its use within the .NET environment."],["The `Error` class includes properties such as `Context` and `Payload`, which provide a human-readable context and a JSON string payload of the error, respectively."],["There are multiple versions available, with version 2.6.0 being the latest and version 1.0.0 being the oldest version shown."],["The class can be constructed either by calling the default constructor `Error()`, or using the copy constructor `Error(Execution.Types.Error other)`."]]],[]]