Show / Hide Table of Contents

Class InstanceGroupManagerStatusBulkInstanceOperationLastProgressCheck.ErrorData.ErrorsData.ErrorDetailsData

[Output Only] An optional list of messages that contain the error details. There is a set of defined message types to use for providing details.The syntax depends on the error code. For example, QuotaExceededInfo will have details when the error code is QUOTA_EXCEEDED.

Inheritance
object
InstanceGroupManagerStatusBulkInstanceOperationLastProgressCheck.ErrorData.ErrorsData.ErrorDetailsData
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Compute.alpha.Data
Assembly: Google.Apis.Compute.alpha.dll
Syntax
public class InstanceGroupManagerStatusBulkInstanceOperationLastProgressCheck.ErrorData.ErrorsData.ErrorDetailsData

Properties

ErrorInfo

Declaration
[JsonProperty("errorInfo")]
public virtual ErrorInfo ErrorInfo { get; set; }
Property Value
Type Description
ErrorInfo

Help

Declaration
[JsonProperty("help")]
public virtual Help Help { get; set; }
Property Value
Type Description
Help

LocalizedMessage

Declaration
[JsonProperty("localizedMessage")]
public virtual LocalizedMessage LocalizedMessage { get; set; }
Property Value
Type Description
LocalizedMessage

QuotaInfo

Declaration
[JsonProperty("quotaInfo")]
public virtual QuotaExceededInfo QuotaInfo { get; set; }
Property Value
Type Description
QuotaExceededInfo
In this article
Back to top Generated by DocFX