summaryrefslogtreecommitdiffstats
path: root/tools/example/xyz/openbmc_project/Example/Elog.errors.yaml
blob: 6d7cf0b6594124b2f54345a85a868d752f3da0a0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
- name: org.freedesktop.DBus.Error.FileNotFound
  description: A required file was not found
  level: INFO
  meta:
    - str: "ERRNUM=0x%.4X"
      type: int
    - str: FILE_PATH=%s
      type: const char *
    - str: FILE_NAME=%s
      type: const char *

- name: xyz.openbmc_project.Hwsv.Error.Scom
  description: Getscom call failed
  level: ERR
  meta:
        - str: DEV_ADDR=0x%.8X
          type: int
        - str: DEV_ID=%u
          type: int
        - str: DEV_NAME=%s
          type: const char*
OpenPOWER on IntegriCloud