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
System.Object
Operation.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.Compute.v1.Data
Assembly: Google.Apis.Compute.v1.dll
Syntax
public class 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
System.Collections.Generic.IList<Operation.ErrorData.ErrorsData>
In This Article
Back to top