summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
Diffstat (limited to 'tools')
-rw-r--r--tools/example/xyz/openbmc_project/Example/Elog.errors.yaml21
1 files changed, 21 insertions, 0 deletions
diff --git a/tools/example/xyz/openbmc_project/Example/Elog.errors.yaml b/tools/example/xyz/openbmc_project/Example/Elog.errors.yaml
new file mode 100644
index 0000000..6d7cf0b
--- /dev/null
+++ b/tools/example/xyz/openbmc_project/Example/Elog.errors.yaml
@@ -0,0 +1,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