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-06-05 UTC."],[[["The `Execution.Types.StateError` class in the Google.Cloud.Workflows.Executions.V1 API provides details about errors related to the state of an Execution resource."],["This class is available in multiple versions, with the latest being 2.6.0, and offers implementation of interfaces such as IMessage, IEquatable, IDeepCloneable, and IBufferMessage."],["The `StateError` class has two properties, `Details` which is a string providing specific error information, and `Type`, which specifies the nature of the error using the `Execution.Types.StateError.Types.Type` enum."],["There are two constructors available, one that is the standard constructor `StateError()`, and one that can copy from another StateError instance `StateError(StateError)`."],["The class `Execution.Types.StateError` inherits from the `object` class, giving it the base methods such as `GetHashCode()`, `GetType()`, and `ToString()`."]]],[]]