Class StateError
Describes an error related to the current state of the workflow.
Implements
Inherited Members
Namespace: Google.Apis.Workflows.v1.Data
Assembly: Google.Apis.Workflows.v1.dll
Syntax
public class StateError : IDirectResponseSchema
Properties
Details
Provides specifics about the error.
Declaration
[JsonProperty("details")]
public virtual string Details { get; set; }
Property Value
Type | Description |
---|---|
string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Type
The type of this state error.
Declaration
[JsonProperty("type")]
public virtual string Type { get; set; }
Property Value
Type | Description |
---|---|
string |