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-05 UTC."],[[["The `Error` class in `Google.Cloud.Workflows.Executions.V1` describes why a workflow execution was abnormally terminated."],["This class, `Error`, inherits from `Object` and implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The latest version of the `Error` class is `2.6.0`, while the document focuses on version `1.2.0` which is part of a list of historical versions dating back to version `1.0.0`."],["The `Error` class includes properties like `Context` (a human-readable stack trace), `Payload` (JSON error message), and `StackTrace` (detailed error location information)."],["The `Error` class has two constructors: a default constructor `Error()` and one that accepts an `Execution.Types.Error` parameter to be used for copy construction."]]],[]]