Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

TerraformError

import type { TerraformError } from "https://googleapis.deno.dev/v1/config:v1.ts";

Errors encountered during actuation using Terraform

interface TerraformError {
error?: Status;
errorDescription?: string;
httpResponseCode?: number;
resourceAddress?: string;
}

§Properties

§
error?: Status
[src]

Original error response from underlying Google API, if available.

§
errorDescription?: string
[src]

A human-readable error description.

§
httpResponseCode?: number
[src]

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.

§
resourceAddress?: string
[src]

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