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
Code
[Output Only] The error type identifier for this error.
Declaration
[JsonProperty("code")]
public virtual string Code { get; set; }
Property Value
Type | Description |
---|---|
string |
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 |