diff options
Diffstat (limited to 'xyz/openbmc_project/User/Common.errors.yaml')
-rw-r--r-- | xyz/openbmc_project/User/Common.errors.yaml | 18 |
1 files changed, 18 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..2bcfb38 --- /dev/null +++ b/xyz/openbmc_project/User/Common.errors.yaml @@ -0,0 +1,18 @@ +# 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: Specified privilege related restriction failure for user name. +# xyz.openbmc_project.User.Common.Error.NoResource +- name: NoResource + description: No resource available. +# xyz.openbmc_project.User.Common.Error.PrivilegeMappingExists +- name: PrivilegeMappingExists + description: Specified privilege mapping already exists.
\ No newline at end of file |