Show / Hide Table of Contents

Class Operation.ErrorData

[Output Only] If errors are generated during processing of the operation, this field will be populated.

Inheritance
object
Operation.ErrorData
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.DeploymentManager.alpha.Data
Assembly: Google.Apis.DeploymentManager.alpha.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>
In this article
Back to top Generated by DocFX