summaryrefslogtreecommitdiffstats
path: root/xyz
diff options
context:
space:
mode:
Diffstat (limited to 'xyz')
-rw-r--r--xyz/openbmc_project/Common.errors.yaml2
-rw-r--r--xyz/openbmc_project/Common.metadata.yaml5
-rw-r--r--xyz/openbmc_project/Time.errors.yaml4
-rw-r--r--xyz/openbmc_project/Time.metadata.yaml14
-rw-r--r--xyz/openbmc_project/Time/EpochTime.interface.yaml4
5 files changed, 27 insertions, 2 deletions
diff --git a/xyz/openbmc_project/Common.errors.yaml b/xyz/openbmc_project/Common.errors.yaml
index f6b2734..fe0e531 100644
--- a/xyz/openbmc_project/Common.errors.yaml
+++ b/xyz/openbmc_project/Common.errors.yaml
@@ -6,3 +6,5 @@
description: Invalid argument was given.
- name: InsufficientPermission
description: Insufficient permission to perform operation
+- name: NotAllowed
+ description: The operation is not allowed
diff --git a/xyz/openbmc_project/Common.metadata.yaml b/xyz/openbmc_project/Common.metadata.yaml
index e2b76cc..83a923c 100644
--- a/xyz/openbmc_project/Common.metadata.yaml
+++ b/xyz/openbmc_project/Common.metadata.yaml
@@ -12,3 +12,8 @@
level: ERR
- name: InsufficientPermission
level: INFO
+- name: NotAllowed
+ level: INFO
+ meta:
+ - str: "REASON=%s"
+ type: string
diff --git a/xyz/openbmc_project/Time.errors.yaml b/xyz/openbmc_project/Time.errors.yaml
new file mode 100644
index 0000000..9bff979
--- /dev/null
+++ b/xyz/openbmc_project/Time.errors.yaml
@@ -0,0 +1,4 @@
+- name: NotAllowed
+ description: The operation is not allowed
+- name: Failed
+ description: The operation failed
diff --git a/xyz/openbmc_project/Time.metadata.yaml b/xyz/openbmc_project/Time.metadata.yaml
new file mode 100644
index 0000000..cfef584
--- /dev/null
+++ b/xyz/openbmc_project/Time.metadata.yaml
@@ -0,0 +1,14 @@
+- name: NotAllowed
+ inherits:
+ - xyz.openbmc_project.Common.NotAllowed
+ meta:
+ - str: "OWNER=%s"
+ type: string
+ - str: "SYNC_METHOD=%s"
+ type: string
+- name: Failed
+ inherits:
+ - xyz.openbmc_project.Common.InternalFailure
+ meta:
+ - str: "REASON=%s"
+ type: string
diff --git a/xyz/openbmc_project/Time/EpochTime.interface.yaml b/xyz/openbmc_project/Time/EpochTime.interface.yaml
index 7b49fc0..26f7b3a 100644
--- a/xyz/openbmc_project/Time/EpochTime.interface.yaml
+++ b/xyz/openbmc_project/Time/EpochTime.interface.yaml
@@ -12,7 +12,7 @@ properties:
InsufficientPermission means it is not allowed to set time depend
on the time settings.
errors:
- - xyz.openbmc_project.Common.Error.InternalFailure
- - xyz.openbmc_project.Common.Error.InsufficientPermission
+ - xyz.openbmc_project.Time.Error.NotAllowed
+ - xyz.openbmc_project.Time.Error.Failed
# vim: tabstop=8 expandtab shiftwidth=4 softtabstop=4
OpenPOWER on IntegriCloud