Show / Hide Table of Contents

Class ManagedInstanceLastAttempt.ErrorsData.ErrorsDataSchema.ErrorDetailsData

[Output Only] An optional list of messages that contain the error details. There is a set of defined message types to use for providing details.The syntax depends on the error code. For example, QuotaExceededInfo will have details when the error code is QUOTA_EXCEEDED.

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

Properties

ErrorInfo

Declaration
[JsonProperty("errorInfo")]
public virtual ErrorInfo ErrorInfo { get; set; }
Property Value
Type Description
ErrorInfo

Help

Declaration
[JsonProperty("help")]
public virtual Help Help { get; set; }
Property Value
Type Description
Help

LocalizedMessage

Declaration
[JsonProperty("localizedMessage")]
public virtual LocalizedMessage LocalizedMessage { get; set; }
Property Value
Type Description
LocalizedMessage
In This Article
Back to top