error = $error; } /** * @return Status */ public function getError() { return $this->error; } /** * @param string */ public function setErrorDescription($errorDescription) { $this->errorDescription = $errorDescription; } /** * @return string */ public function getErrorDescription() { return $this->errorDescription; } /** * @param int */ public function setHttpResponseCode($httpResponseCode) { $this->httpResponseCode = $httpResponseCode; } /** * @return int */ public function getHttpResponseCode() { return $this->httpResponseCode; } /** * @param string */ public function setResourceAddress($resourceAddress) { $this->resourceAddress = $resourceAddress; } /** * @return string */ public function getResourceAddress() { return $this->resourceAddress; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(TerraformError::class, 'Google_Service_Config_TerraformError');