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 v1beta 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 document provides reference documentation for the `Execution.Types.Error` class within the Workflow Executions v1beta API, detailing its role in describing abnormal execution terminations."],["The `Execution.Types.Error` class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the `object` class."],["The class provides two constructors: a default constructor `Error()` and another that accepts an `Execution.Types.Error` object as a parameter, `Error(Execution.Types.Error other)`."],["`Execution.Types.Error` includes two properties, `Context` and `Payload`, both of type `string`, with `Context` providing human-readable debugging information and `Payload` representing the error payload as a JSON string."],["The documentation outlines the latest version of this class as `2.0.0-beta05`, with previous versions `2.0.0-beta04` and `1.0.0-beta03` also linked for reference."]]],[]]