Workflow Executions v1 API - Class Execution.Types.StateError (2.5.0)

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.

Inheritance

object > Execution.Types.StateError

Namespace

Google.Cloud.Workflows.Executions.V1

Assembly

Google.Cloud.Workflows.Executions.V1.dll

Constructors

StateError()

public StateError()

StateError(StateError)

public StateError(Execution.Types.StateError other)
Parameter
NameDescription
otherExecutionTypesStateError

Properties

Details

public string Details { get; set; }

Provides specifics about the error.

Property Value
TypeDescription
string

Type

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

The type of this state error.

Property Value
TypeDescription
ExecutionTypesStateErrorTypesType