Vishwanatha Subbanna | 38e0b33 | 2017-09-27 14:12:06 +0530 | [diff] [blame] | 1 | # xyz.openbmc_project.Common.Device.ReadFailure |
| 2 | - name: ReadFailure |
Jonathan Doman | 257c17d | 2021-02-12 15:27:19 -0800 | [diff] [blame] | 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. |
Vishwanatha Subbanna | 38e0b33 | 2017-09-27 14:12:06 +0530 | [diff] [blame] | 7 | description: Failed to read from the device. |
| 8 | |
| 9 | # xyz.openbmc_project.Common.Device.WriteFailure |
| 10 | - name: WriteFailure |
Jonathan Doman | 257c17d | 2021-02-12 15:27:19 -0800 | [diff] [blame] | 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. |
Vishwanatha Subbanna | 38e0b33 | 2017-09-27 14:12:06 +0530 | [diff] [blame] | 15 | description: Failed to write to device. |