Vishwanatha Subbanna | 38e0b33 | 2017-09-27 14:12:06 +0530 | [diff] [blame] | 1 | # xyz.openbmc_project.Common.Device.ReadFailure |
| 2 | - name: ReadFailure |
| 3 | description: Failed to read from the device. |
Vishwanatha Subbanna | 9b71d87 | 2017-10-04 12:36:35 +0530 | [diff] [blame] | 4 | This can be used by any application that |
| 5 | gets a failure reading from a device. |
| 6 | It is up to the implementation on how to |
| 7 | react to this error based on the use-case. |
| 8 | Refer to the interface specification that |
| 9 | references this for additional information. |
Vishwanatha Subbanna | 38e0b33 | 2017-09-27 14:12:06 +0530 | [diff] [blame] | 10 | |
| 11 | # xyz.openbmc_project.Common.Device.WriteFailure |
| 12 | - name: WriteFailure |
| 13 | description: Failed to write to device. |
Vishwanatha Subbanna | 9b71d87 | 2017-10-04 12:36:35 +0530 | [diff] [blame] | 14 | This can be used by any application that |
| 15 | gets a failure writing to a device. |
| 16 | It is up to the implementation on how to |
| 17 | react to this error based on the use-case. |
| 18 | Refer to the interface specification that |
| 19 | references this for additional information. |