Workflows v1 API - Class Workflow.Types.StateError (2.4.0)

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.

Inheritance

object > Workflow.Types.StateError

Namespace

Google.Cloud.Workflows.V1

Assembly

Google.Cloud.Workflows.V1.dll

Constructors

StateError()

public StateError()

StateError(StateError)

public StateError(Workflow.Types.StateError other)
Parameter
NameDescription
otherWorkflowTypesStateError

Properties

Details

public string Details { get; set; }

Provides specifics about the error.

Property Value
TypeDescription
string

Type

public Workflow.Types.StateError.Types.Type Type { get; set; }

The type of this state error.

Property Value
TypeDescription
WorkflowTypesStateErrorTypesType