Show / Hide Table of Contents

Class ManagedInstanceLastAttempt.ErrorsData

[Output Only] Encountered errors during the last attempt to create or delete the instance.

Inheritance
System.Object
ManagedInstanceLastAttempt.ErrorsData
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 ErrorsData

Properties

Errors

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

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