Fix crash issue due to throw undefined error

Below 3 error is used by bios config manager daemon.
xyz.openbmc_project.Common.Error.InvalidArgument
xyz.openbmc_project.BIOSConfig.Common.Error.AttributeNotFound
xyz.openbmc_project.BIOSConfig.Common.Error.AttributeReadOnl

Tested:
bios config manager daemon could throw these 3 error,
but not crash any more.

Change-Id: I658c6609621db53cccab16b9925e6f3959bd6e9c
Signed-off-by: Kuiying Wang <kuiying.wang@intel.com>
diff --git a/xyz/openbmc_project/BIOSConfig/Manager.interface.yaml b/xyz/openbmc_project/BIOSConfig/Manager.interface.yaml
index 225ccaa..98daf3a 100644
--- a/xyz/openbmc_project/BIOSConfig/Manager.interface.yaml
+++ b/xyz/openbmc_project/BIOSConfig/Manager.interface.yaml
@@ -109,7 +109,10 @@
               ex- { {"QuietBoot",Type.Integer, 0x1},
                     { "DdrFreqLimit",Type.String,"2933"}
                   }
-
+      errors:
+        - xyz.openbmc_project.Common.Error.InvalidArgument
+        - xyz.openbmc_project.BIOSConfig.Common.Error.AttributeNotFound
+        - xyz.openbmc_project.BIOSConfig.Common.Error.AttributeReadOnly
 
 enumerations:
     - name: AttributeType