Class ResourceUpdate.ErrorData.ErrorsData.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
ResourceUpdate.ErrorData.ErrorsData.ErrorDetailsData
Assembly: Google.Apis.DeploymentManager.alpha.dll
Syntax
public class ResourceUpdate.ErrorData.ErrorsData.ErrorDetailsData
Properties
ErrorInfo
Declaration
[JsonProperty("errorInfo")]
public virtual ErrorInfo ErrorInfo { get; set; }
Property Value
Help
Declaration
[JsonProperty("help")]
public virtual Help Help { get; set; }
Property Value
LocalizedMessage
Declaration
[JsonProperty("localizedMessage")]
public virtual LocalizedMessage LocalizedMessage { get; set; }
Property Value
QuotaInfo
Declaration
[JsonProperty("quotaInfo")]
public virtual QuotaExceededInfo QuotaInfo { get; set; }
Property Value