Class FlowErrorDetails
Encapsulation of flow-specific error details for debugging. Used as a details field on an error Status, not intended for external use.
Implements
Inherited Members
Namespace: Google.Apis.ServiceManagement.v1.Data
Assembly: Google.Apis.ServiceManagement.v1.dll
Syntax
public class FlowErrorDetails : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
ExceptionType
The type of exception (as a class name).
Declaration
[JsonProperty("exceptionType")]
public virtual string ExceptionType { get; set; }
Property Value
Type | Description |
---|---|
string |
FlowStepId
The step that failed.
Declaration
[JsonProperty("flowStepId")]
public virtual string FlowStepId { get; set; }
Property Value
Type | Description |
---|---|
string |