summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--xyz/openbmc_project/Common/Device.errors.yaml12
1 files changed, 12 insertions, 0 deletions
diff --git a/xyz/openbmc_project/Common/Device.errors.yaml b/xyz/openbmc_project/Common/Device.errors.yaml
index 429762d..3495de3 100644
--- a/xyz/openbmc_project/Common/Device.errors.yaml
+++ b/xyz/openbmc_project/Common/Device.errors.yaml
@@ -1,7 +1,19 @@
# xyz.openbmc_project.Common.Device.ReadFailure
- name: ReadFailure
description: Failed to read from the device.
+ This can be used by any application that
+ gets a failure reading from a device.
+ It is up to the implementation on how to
+ react to this error based on the use-case.
+ Refer to the interface specification that
+ references this for additional information.
# xyz.openbmc_project.Common.Device.WriteFailure
- name: WriteFailure
description: Failed to write to device.
+ This can be used by any application that
+ gets a failure writing to a device.
+ It is up to the implementation on how to
+ react to this error based on the use-case.
+ Refer to the interface specification that
+ references this for additional information.
OpenPOWER on IntegriCloud