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.
Implements
IMessageExecutionTypesStateError, IEquatableExecutionTypesStateError, IDeepCloneableExecutionTypesStateError, IBufferMessage, IMessageNamespace
Google.Cloud.Workflows.Executions.V1Assembly
Google.Cloud.Workflows.Executions.V1.dll
Constructors
StateError()
public StateError()
StateError(StateError)
public StateError(Execution.Types.StateError other)
Parameter | |
---|---|
Name | Description |
other | ExecutionTypesStateError |
Properties
Details
public string Details { get; set; }
Provides specifics about the error.
Property Value | |
---|---|
Type | Description |
string |
Type
public Execution.Types.StateError.Types.Type Type { get; set; }
The type of this state error.
Property Value | |
---|---|
Type | Description |
ExecutionTypesStateErrorTypesType |