Software.Image: add YAML from phosphor-bmc-code-mgmt

Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
Change-Id: Icc3a526d9cbc4e38b4336eca46d081e9c108022f
diff --git a/yaml/xyz/openbmc_project/Software/Image.errors.yaml b/yaml/xyz/openbmc_project/Software/Image.errors.yaml
new file mode 100644
index 0000000..c2fda85
--- /dev/null
+++ b/yaml/xyz/openbmc_project/Software/Image.errors.yaml
@@ -0,0 +1,10 @@
+- name: UnTarFailure
+  description: An error occurred during untar.
+- name: ManifestFileFailure
+  description: An error when reading the Manifest file.
+- name: InternalFailure
+  description: The operation failed internally during processing the image.
+- name: ImageFailure
+  description: An error occured processing the image.
+- name: BusyFailure
+  description: The device is busy during the update.