Show / Hide Table of Contents

Class FlowErrorDetails

Encapsulation of flow-specific error details for debugging. Used as a details field on an error Status, not intended for external use.

Inheritance
object
FlowErrorDetails
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX