blob: 6d7cf0b6594124b2f54345a85a868d752f3da0a0 [file] [log] [blame]
Andrew Geissler5e81bfb2016-11-21 12:49:01 -06001- name: org.freedesktop.DBus.Error.FileNotFound
2 description: A required file was not found
3 level: INFO
4 meta:
5 - str: "ERRNUM=0x%.4X"
6 type: int
7 - str: FILE_PATH=%s
8 type: const char *
9 - str: FILE_NAME=%s
10 type: const char *
Andrew Geisslerdf048c12016-11-10 16:50:35 -060011
Andrew Geissler5e81bfb2016-11-21 12:49:01 -060012- name: xyz.openbmc_project.Hwsv.Error.Scom
13 description: Getscom call failed
14 level: ERR
15 meta:
16 - str: DEV_ADDR=0x%.8X
17 type: int
18 - str: DEV_ID=%u
19 type: int
20 - str: DEV_NAME=%s
21 type: const char*