blob: e04eaa48a06382e06809a49479761af3a3338562 [file] [log] [blame]
Vishwanatha Subbanna38e0b332017-09-27 14:12:06 +05301# xyz.openbmc_project.Common.Device.ReadFailure
2- name: ReadFailure
Jonathan Doman257c17d2021-02-12 15:27:19 -08003 # 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 Subbanna38e0b332017-09-27 14:12:06 +05307 description: Failed to read from the device.
8
9# xyz.openbmc_project.Common.Device.WriteFailure
10- name: WriteFailure
Jonathan Doman257c17d2021-02-12 15:27:19 -080011 # 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 Subbanna38e0b332017-09-27 14:12:06 +053015 description: Failed to write to device.