diff options
Diffstat (limited to 'xyz/openbmc_project/Common.errors.yaml')
-rw-r--r-- | xyz/openbmc_project/Common.errors.yaml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/xyz/openbmc_project/Common.errors.yaml b/xyz/openbmc_project/Common.errors.yaml index f6b2734..e5d8421 100644 --- a/xyz/openbmc_project/Common.errors.yaml +++ b/xyz/openbmc_project/Common.errors.yaml @@ -6,3 +6,7 @@ description: Invalid argument was given. - name: InsufficientPermission description: Insufficient permission to perform operation +- name: NotAllowed + description: The operation is not allowed +- name: NoCACertificate + description: Server's CA certificate has not been provided. |