summaryrefslogtreecommitdiffstats
path: root/xyz/openbmc_project/User/Common.errors.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'xyz/openbmc_project/User/Common.errors.yaml')
-rw-r--r--xyz/openbmc_project/User/Common.errors.yaml15
1 files changed, 15 insertions, 0 deletions
diff --git a/xyz/openbmc_project/User/Common.errors.yaml b/xyz/openbmc_project/User/Common.errors.yaml
new file mode 100644
index 0000000..a1c60ab
--- /dev/null
+++ b/xyz/openbmc_project/User/Common.errors.yaml
@@ -0,0 +1,15 @@
+# xyz.openbmc_project.User.Common.Error.UserNameExists
+- name: UserNameExists
+ description: Specified user name already exists.
+# xyz.openbmc_project.User.Common.Error.UserNameDoesNotExist
+- name: UserNameDoesNotExist
+ description: Specified user name does not exist.
+# xyz.openbmc_project.User.Common.Error.UserNameGroupFail
+- name: UserNameGroupFail
+ description: Specified Group related restriction failure for user name.
+# xyz.openbmc_project.User.Common.Error.UserNamePrivFail
+- name: UserNamePrivFail
+ description: Specificed privilege related restriction failure for user name.
+# xyz.openbmc_project.User.Common.Error.NoResource
+- name: NoResource
+ description: No resource available.
OpenPOWER on IntegriCloud