blob: 3495de3135a35d0b8570b13c3de47faa6277f3d7 [file] [log] [blame]
# xyz.openbmc_project.Common.Device.ReadFailure
- name: ReadFailure
description: Failed to read from the device.
This can be used by any application that
gets a failure reading from a device.
It is up to the implementation on how to
react to this error based on the use-case.
Refer to the interface specification that
references this for additional information.
# xyz.openbmc_project.Common.Device.WriteFailure
- name: WriteFailure
description: Failed to write to device.
This can be used by any application that
gets a failure writing to a device.
It is up to the implementation on how to
react to this error based on the use-case.
Refer to the interface specification that
references this for additional information.