Class Operation.ErrorData
[Output Only] If errors are generated during processing of the operation, this field will be populated.
Inherited Members
Namespace: Google.Apis.DeploymentManager.v2.Data
Assembly: Google.Apis.DeploymentManager.v2.dll
Syntax
public class Operation.ErrorData
Properties
Errors
[Output Only] The array of errors encountered while processing this operation.
Declaration
[JsonProperty("errors")]
public virtual IList<Operation.ErrorData.ErrorsData> Errors { get; set; }
Property Value
Type | Description |
---|---|
IList<Operation.ErrorData.ErrorsData> |