Add Read and Write failures to common device error yaml

This commit creates Common device error yaml defining
Read and Write failures, that can be used by any application
getting any read / write failures doing device operation

Change-Id: I75c07ae2a2f8622065cb8522af534a71487bced9
Signed-off-by: Vishwanatha Subbanna <vishwa@linux.vnet.ibm.com>
diff --git a/xyz/openbmc_project/Common/Device.errors.yaml b/xyz/openbmc_project/Common/Device.errors.yaml
new file mode 100644
index 0000000..429762d
--- /dev/null
+++ b/xyz/openbmc_project/Common/Device.errors.yaml
@@ -0,0 +1,7 @@
+# xyz.openbmc_project.Common.Device.ReadFailure
+- name: ReadFailure
+  description: Failed to read from the device.
+
+# xyz.openbmc_project.Common.Device.WriteFailure
+- name: WriteFailure
+  description: Failed to write to device.