Skip to content

Commit 876f850

Browse files
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 <[email protected]>
1 parent 4142c7d commit 876f850

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

yaml/com/ibm/VPD.errors.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,3 +28,6 @@
2828
Could not determine which device tree to switch to, as system type is
2929
unknown. Please check the HW and IM keywords in the system VPD and check
3030
if they are programmed correctly.
31+
- name: DefaultError
32+
description:
33+
Error processing the VPD request. This can be used as a default error type.

0 commit comments

Comments
 (0)