Reference documentation and code samples for the Infrastructure Manager V1 API class Google::Cloud::Config::V1::TerraformError.
Errors encountered during actuation using Terraform
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#error
def error() -> ::Google::Rpc::Status Returns 
 - (::Google::Rpc::Status) — Original error response from underlying Google API, if available.
#error=
def error=(value) -> ::Google::Rpc::Status Parameter 
 - value (::Google::Rpc::Status) — Original error response from underlying Google API, if available.
 Returns 
 - (::Google::Rpc::Status) — Original error response from underlying Google API, if available.
#error_description
def error_description() -> ::String Returns 
 - (::String) — A human-readable error description.
#error_description=
def error_description=(value) -> ::String Parameter 
 - value (::String) — A human-readable error description.
 Returns 
 - (::String) — A human-readable error description.
#http_response_code
def http_response_code() -> ::Integer Returns 
 - (::Integer) — 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.
#http_response_code=
def http_response_code=(value) -> ::Integer Parameter 
 - value (::Integer) — 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.
 Returns 
 - (::Integer) — 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.
#resource_address
def resource_address() -> ::String Returns 
 -  (::String) — Address of the resource associated with the error, e.g. google_compute_network.vpc_network.
#resource_address=
def resource_address=(value) -> ::String Parameter 
 -  value (::String) — Address of the resource associated with the error, e.g. google_compute_network.vpc_network.
 Returns 
 -  (::String) — Address of the resource associated with the error, e.g. google_compute_network.vpc_network.