blob: f0d75930458f752266e3fab7b883c6f524154637 [file] [log] [blame]
Richard Marian Thomaiyar05375b12018-05-24 10:33:27 +05301# xyz.openbmc_project.User.Common.Error.UserNameExists
2- name: UserNameExists
3 description: Specified user name already exists.
4# xyz.openbmc_project.User.Common.Error.UserNameDoesNotExist
5- name: UserNameDoesNotExist
6 description: Specified user name does not exist.
7# xyz.openbmc_project.User.Common.Error.UserNameGroupFail
8- name: UserNameGroupFail
9 description: Specified Group related restriction failure for user name.
10# xyz.openbmc_project.User.Common.Error.UserNamePrivFail
11- name: UserNamePrivFail
Richard Marian Thomaiyar02486302018-07-16 00:29:50 +053012 description: Specified privilege related restriction failure for user name.
Richard Marian Thomaiyar05375b12018-05-24 10:33:27 +053013# xyz.openbmc_project.User.Common.Error.NoResource
14- name: NoResource
15 description: No resource available.
Tom Josephbf21cfa2018-08-20 19:13:39 +053016# xyz.openbmc_project.User.Common.Error.PrivilegeMappingExists
17- name: PrivilegeMappingExists
Patrick Williams8da396c2022-03-14 14:21:02 -050018 description: Specified privilege mapping already exists.
Nan Zhou1a891d32022-10-24 23:51:41 +000019# xyz.openbmc_project.User.Common.Error.GroupNameExists
20- name: GroupNameExists
21 description: Specified group name already exists.
22# xyz.openbmc_project.User.Common.Error.GroupNameDoesNotExist
23- name: GroupNameDoesNotExist
24 description: Specified group name does not exist.