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
InstanceGroupManagerStatusBulkInstanceOperationLastProgressCheck.ErrorData.ErrorsData.ErrorDetailsData
Inherited Members
Namespace: Google.Apis.Compute.v1.Data
Assembly: Google.Apis.Compute.v1.dll
Syntax
public class InstanceGroupManagerStatusBulkInstanceOperationLastProgressCheck.ErrorData.ErrorsData.ErrorDetailsData
Properties
ErrorInfo
Error information containing structured domain, reason, and metadata.
Declaration
[JsonProperty("errorInfo")]
public virtual ErrorInfo ErrorInfo { get; set; }
Property Value
| Type | Description |
|---|---|
| ErrorInfo |
Help
Links and information to help the user resolve the error.
Declaration
[JsonProperty("help")]
public virtual Help Help { get; set; }
Property Value
| Type | Description |
|---|---|
| Help |
LocalizedMessage
A localized human-readable error message intended for end users.
Declaration
[JsonProperty("localizedMessage")]
public virtual LocalizedMessage LocalizedMessage { get; set; }
Property Value
| Type | Description |
|---|---|
| LocalizedMessage |
QuotaInfo
Details about quota limits and metrics when a quota is exceeded.
Declaration
[JsonProperty("quotaInfo")]
public virtual QuotaExceededInfo QuotaInfo { get; set; }
Property Value
| Type | Description |
|---|---|
| QuotaExceededInfo |