Show / Hide Table of Contents

Class TerraformError

Errors encountered during actuation using Terraform

Inheritance
object
TerraformError
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Config.v1.Data
Assembly: Google.Apis.Config.v1.dll
Syntax
public class TerraformError : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

Error

Output only. Original error response from underlying Google API, if available.

Declaration
[JsonProperty("error")]
public virtual Status Error { get; set; }
Property Value
Type Description
Status

ErrorDescription

A human-readable error description.

Declaration
[JsonProperty("errorDescription")]
public virtual string ErrorDescription { get; set; }
Property Value
Type Description
string

HttpResponseCode

HTTP response code returned from Google Cloud Platform APIs when Terraform fails to provision the resource. If unset or 0, no HTTP response code was returned by Terraform.

Declaration
[JsonProperty("httpResponseCode")]
public virtual int? HttpResponseCode { get; set; }
Property Value
Type Description
int?

ResourceAddress

Address of the resource associated with the error, e.g. google_compute_network.vpc_network.

Declaration
[JsonProperty("resourceAddress")]
public virtual string ResourceAddress { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX