public sealed class Workflow.Types.StateError : IMessage<Workflow.Types.StateError>, IEquatable<Workflow.Types.StateError>, IDeepCloneable<Workflow.Types.StateError>, IBufferMessage, IMessage
Reference documentation and code samples for the Workflows v1 API class Workflow.Types.StateError.
Describes an error related to the current state of the workflow.
[[["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."],[[["This page provides reference documentation for the `Workflow.Types.StateError` class within the Google Cloud Workflows v1 API."],["The `Workflow.Types.StateError` class describes errors related to a workflow's current state, with details and error type specified."],["The latest version of this class documentation is for version 2.5.0, with older versions from 2.4.0 down to 1.0.0 available for reference."],["The `StateError` class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `StateError` class includes properties for `Details`, a string that describes the error, and `Type`, which further defines the type of error that occured."]]],[]]