summaryrefslogtreecommitdiffstats
path: root/xyz/openbmc_project/Common/Device.errors.yaml
blob: 3495de3135a35d0b8570b13c3de47faa6277f3d7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# 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.
OpenPOWER on IntegriCloud