Show / Hide Table of Contents

Class QueuedResourceStatusFailedData.ErrorData

The error(s) that caused the QueuedResource to enter the FAILED state.

Inheritance
object
QueuedResourceStatusFailedData.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.Compute.alpha.Data
Assembly: Google.Apis.Compute.alpha.dll
Syntax
public class QueuedResourceStatusFailedData.ErrorData

Properties

Errors

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

Declaration
[JsonProperty("errors")]
public virtual IList<QueuedResourceStatusFailedData.ErrorData.ErrorsData> Errors { get; set; }
Property Value
Type Description
IList<QueuedResourceStatusFailedData.ErrorData.ErrorsData>
In This Article
Back to top Generated by DocFX