1# xyz.openbmc_project.Common.Device.ReadFailure
2- name: ReadFailure
3  # This can be used by any application that gets a failure reading from a
4  # device. It is up to the implementation on how to react to this error based
5  # on the use-case. Refer to the interface specification that references this
6  # for additional information.
7  description: Failed to read from the device.
8
9# xyz.openbmc_project.Common.Device.WriteFailure
10- name: WriteFailure
11  # This can be used by any application that gets a failure writing to a device.
12  # It is up to the implementation on how to react to this error based on the
13  # use-case. Refer to the interface specification that references this for
14  # additional information.
15  description: Failed to write to device.
16