Infrastructure Manager v1 API - Class TerraformError (1.3.0)

public sealed class TerraformError : IMessage<TerraformError>, IEquatable<TerraformError>, IDeepCloneable<TerraformError>, IBufferMessage, IMessage

Reference documentation and code samples for the Infrastructure Manager v1 API class TerraformError.

Errors encountered during actuation using Terraform

Inheritance

object > TerraformError

Namespace

Google.Cloud.Config.V1

Assembly

Google.Cloud.Config.V1.dll

Constructors

TerraformError()

public TerraformError()

TerraformError(TerraformError)

public TerraformError(TerraformError other)
Parameter
NameDescription
otherTerraformError

Properties

Error

public Status Error { get; set; }

Original error response from underlying Google API, if available.

Property Value
TypeDescription
Status

ErrorDescription

public string ErrorDescription { get; set; }

A human-readable error description.

Property Value
TypeDescription
string

HttpResponseCode

public int HttpResponseCode { get; set; }

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.

Property Value
TypeDescription
int

ResourceAddress

public string ResourceAddress { get; set; }

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

Property Value
TypeDescription
string