Class ResourceUpdate.ErrorData.ErrorsData
[Output Only] The array of errors encountered while processing this operation.
Inherited Members
Namespace: Google.Apis.DeploymentManager.v2.Data
Assembly: Google.Apis.DeploymentManager.v2.dll
Syntax
public class ResourceUpdate.ErrorData.ErrorsData
Properties
Arguments
[Output Only] Optional error details WARNING: DO NOT MAKE VISIBLE This is for internal use-only (like componentization) (thus the visibility "none") and in case of public exposure it is strongly recommended to follow pattern of: https://aip.dev/193 and expose as details field.
Declaration
[JsonProperty("arguments")]
public virtual IList<string> Arguments { get; set; }
Property Value
Type | Description |
---|---|
IList<string> |
Code
[Output Only] The error type identifier for this error.
Declaration
[JsonProperty("code")]
public virtual string Code { get; set; }
Property Value
Type | Description |
---|---|
string |
DebugInfo
Declaration
[JsonProperty("debugInfo")]
public virtual DebugInfo DebugInfo { get; set; }
Property Value
Type | Description |
---|---|
DebugInfo |
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<ResourceUpdate.ErrorData.ErrorsData.ErrorDetailsData> ErrorDetails { get; set; }
Property Value
Type | Description |
---|---|
IList<ResourceUpdate.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 |