From b296c13c593070d6f890f2bf71dd70da4f4d4eb6 Mon Sep 17 00:00:00 2001 From: Priyanga Ramasamy Date: Wed, 5 Feb 2025 06:56:00 -0600 Subject: [PATCH] vpd:Create default error interface This commit creates a default error type for VPD related errors. When no specific error type is matching, this default error type can be published in error logs. Change-Id: I80e368f2aeda90b18d0243644ac133c54c102141 Signed-off-by: Priyanga Ramasamy --- yaml/com/ibm/VPD.errors.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/yaml/com/ibm/VPD.errors.yaml b/yaml/com/ibm/VPD.errors.yaml index 514a4496..f0464b8d 100644 --- a/yaml/com/ibm/VPD.errors.yaml +++ b/yaml/com/ibm/VPD.errors.yaml @@ -28,3 +28,7 @@ Could not determine which device tree to switch to, as system type is unknown. Please check the HW and IM keywords in the system VPD and check if they are programmed correctly. +- name: DefaultError + description: + Error processing the VPD request. This can be used as a default error + type.