Show / Hide Table of Contents

Class InstanceGroupManagerResizeRequestStatusLastAttempt.ErrorData.ErrorsData

[Output Only] The array of errors encountered while processing this operation.

Inheritance
object
InstanceGroupManagerResizeRequestStatusLastAttempt.ErrorData.ErrorsData
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 InstanceGroupManagerResizeRequestStatusLastAttempt.ErrorData.ErrorsData

Properties

Code

[Output Only] The error type identifier for this error.

Declaration
[JsonProperty("code")]
public virtual string Code { get; set; }
Property Value
Type Description
string

ErrorDetails

[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.

Declaration
[JsonProperty("errorDetails")]
public virtual IList<InstanceGroupManagerResizeRequestStatusLastAttempt.ErrorData.ErrorsData.ErrorDetailsData> ErrorDetails { get; set; }
Property Value
Type Description
IList<InstanceGroupManagerResizeRequestStatusLastAttempt.ErrorData.ErrorsData.ErrorDetailsData>

Location

[Output Only] Indicates the field in the request that caused the error. This property is optional.

Declaration
[JsonProperty("location")]
public virtual string Location { get; set; }
Property Value
Type Description
string

Message

[Output Only] An optional, human-readable error message.

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