errors: Use non-deprecated namespaces

The error namespaces have been updated. Reference:
https://gerrit.openbmc.org/c/openbmc/sdbusplus/+/66308
https://gerrit.openbmc.org/c/openbmc/phosphor-logging/+/66463

Tested: Compiled with the SDBUSPP_REMOVE_DEPRECATED_NAMESPACE option.

Change-Id: Idd1ca6f14635039bd8bd2f34d69afd3e97588648
Signed-off-by: Adriana Kobylak <anoo@us.ibm.com>
diff --git a/image_manager.cpp b/image_manager.cpp
index 4fc4f8e..46f023a 100644
--- a/image_manager.cpp
+++ b/image_manager.cpp
@@ -33,12 +33,12 @@
 
 PHOSPHOR_LOG2_USING;
 using namespace phosphor::logging;
-using namespace sdbusplus::xyz::openbmc_project::Software::Image::Error;
-namespace Software = phosphor::logging::xyz::openbmc_project::Software;
-using ManifestFail = Software::Image::ManifestFileFailure;
-using UnTarFail = Software::Image::UnTarFailure;
-using InternalFail = Software::Image::InternalFailure;
-using ImageFail = Software::Image::ImageFailure;
+using namespace sdbusplus::error::xyz::openbmc_project::software::image;
+namespace Software = phosphor::logging::xyz::openbmc_project::software;
+using ManifestFail = Software::image::ManifestFileFailure;
+using UnTarFail = Software::image::UnTarFailure;
+using InternalFail = Software::image::InternalFailure;
+using ImageFail = Software::image::ImageFailure;
 namespace fs = std::filesystem;
 
 struct RemovablePath