public sealed class Execution.Types.StateError : IMessage<Execution.Types.StateError>, IEquatable<Execution.Types.StateError>, IDeepCloneable<Execution.Types.StateError>, IBufferMessage, IMessage
Reference documentation and code samples for the Workflow Executions v1 API class Execution.Types.StateError.
Describes an error related to the current state of the Execution resource.
[[["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 documentation page provides reference information for the `Execution.Types.StateError` class within the Google Cloud Workflows Executions v1 API, specifically for version 2.4.0."],["The `Execution.Types.StateError` class describes errors related to the state of an Execution resource and implements multiple interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class contains properties like `Details`, which offers specific information about the error, and `Type`, which specifies the error type, both being fundamental elements in understanding any present error."],["There are multiple versions of the `StateError` class available, ranging from version 1.0.0 to the latest 2.6.0 version, each accessible through its corresponding link."],["The class has two constructors one for constructing a default StateError and another for creating one using an existing `StateError` object."]]],[]]