1- 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 *
11
12- 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*
22