Class TerraformError
Errors encountered during actuation using Terraform
Implements
Inherited Members
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
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 |