TerraformError class
Errors encountered during actuation using Terraform
Constructors
- TerraformError({Status? error, String? errorDescription, int? httpResponseCode, String? resourceAddress})
- TerraformError.fromJson(Map json_)
Properties
- error ↔ Status?
-
Original error response from underlying Google API, if available.
getter/setter pair
- errorDescription ↔ String?
-
A human-readable error description.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- httpResponseCode ↔ int?
-
HTTP response code returned from Google Cloud Platform APIs when Terraform
fails to provision the resource.
getter/setter pair
- resourceAddress ↔ String?
-
Address of the resource associated with the error, e.g.
google_compute_network.vpc_network
.getter/setter pair - runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited