Show / Hide Table of Contents

Class ResourceUpdate.ErrorData

Output only. If errors are generated during update of the resource, this field will be populated.

Inheritance
System.Object
ResourceUpdate.ErrorData
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Google.Apis.DeploymentManagerAlpha.alpha.Data
Assembly: Google.Apis.DeploymentManagerAlpha.alpha.dll
Syntax
public class ErrorData

Properties

Errors

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

Declaration
[JsonProperty("errors")]
public virtual IList<ResourceUpdate.ErrorData.ErrorsData> Errors { get; set; }
Property Value
Type Description
System.Collections.Generic.IList<ResourceUpdate.ErrorData.ErrorsData>
Back to top