TerraformError constructor

TerraformError({
  1. Status? error,
  2. String? errorDescription,
  3. int? httpResponseCode,
  4. String? resourceAddress,
})

Implementation

TerraformError({
  this.error,
  this.errorDescription,
  this.httpResponseCode,
  this.resourceAddress,
});