1# 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 12 description: Specified privilege related restriction failure for user name. 13# xyz.openbmc_project.User.Common.Error.NoResource 14- name: NoResource 15 description: No resource available. 16# xyz.openbmc_project.User.Common.Error.PrivilegeMappingExists 17- name: PrivilegeMappingExists 18 description: Specified privilege mapping already exists. 19