From 8d656133b3f1e8699f4900e747c1db6d68c98646 Mon Sep 17 00:00:00 2001 From: Nagaraju Goruganti Date: Wed, 17 Oct 2018 03:08:21 -0500 Subject: Declare errors in Config and Create interfaces The Config interface and Create interface can throw a "NoCACertificate" error. For example: If LDAP server's CA certificate not provided and someone tries to enable secure LDAP, this error should be thrown. Change-Id: Ie773245fb7c6b36f25cd1acca2bfc3b0391dfeac Signed-off-by: Nagaraju Goruganti Signed-off-by: Deepak Kodihalli --- xyz/openbmc_project/Common.metadata.yaml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'xyz/openbmc_project/Common.metadata.yaml') diff --git a/xyz/openbmc_project/Common.metadata.yaml b/xyz/openbmc_project/Common.metadata.yaml index 83a923c..36b407c 100644 --- a/xyz/openbmc_project/Common.metadata.yaml +++ b/xyz/openbmc_project/Common.metadata.yaml @@ -17,3 +17,5 @@ meta: - str: "REASON=%s" type: string +- name: NoCACertificate + level: ERR -- cgit v1.2.1