blob: 3495de3135a35d0b8570b13c3de47faa6277f3d7 [file] [log] [blame]
Vishwanatha Subbanna38e0b332017-09-27 14:12:06 +05301# xyz.openbmc_project.Common.Device.ReadFailure
2- name: ReadFailure
3 description: Failed to read from the device.
Vishwanatha Subbanna9b71d872017-10-04 12:36:35 +05304 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 Subbanna38e0b332017-09-27 14:12:06 +053010
11# xyz.openbmc_project.Common.Device.WriteFailure
12- name: WriteFailure
13 description: Failed to write to device.
Vishwanatha Subbanna9b71d872017-10-04 12:36:35 +053014 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.