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
Implements
IMessageTerraformError, IEquatableTerraformError, IDeepCloneableTerraformError, IBufferMessage, IMessageNamespace
Google.Cloud.Config.V1Assembly
Google.Cloud.Config.V1.dll
Constructors
TerraformError()
public TerraformError()
TerraformError(TerraformError)
public TerraformError(TerraformError other)
Parameter | |
---|---|
Name | Description |
other | TerraformError |
Properties
Error
public Status Error { get; set; }
Original error response from underlying Google API, if available.
Property Value | |
---|---|
Type | Description |
Status |
ErrorDescription
public string ErrorDescription { get; set; }
A human-readable error description.
Property Value | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
int |
ResourceAddress
public string ResourceAddress { get; set; }
Address of the resource associated with the error,
e.g. google_compute_network.vpc_network
.
Property Value | |
---|---|
Type | Description |
string |