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