venus: Remove dedebug
[openafs.git] / src / libadmin / adminutil / afs_AdminPtsErrors.et
1 # Copyright 2000, International Business Machines Corporation and others.
2 # All Rights Reserved.
3
4 # This software has been released under the terms of the IBM Public
5 # License.  For details, see the LICENSE file in the top-level source
6 # directory or online at http://www.openafs.org/dl/license10.html
7
8 error_table AP
9         ec ADMPTSSERVERNULL, "the protection server parameter cannot be NULL"
10         ec ADMPTSUSERNAMENULL, "the user name parameter cannot be NULL"
11         ec ADMPTSUSERNAMETOOLONG, "the user name parameter is too long"
12         ec ADMPTSGROUPNAMENULL, "the group name parameter cannot be NULL"
13         ec ADMPTSGROUPNAMETOOLONG, "the group name parameter is too long"
14         ec ADMPTSFAILEDNAMETRANSLATE, "failed to translate a name to an identifier"
15         ec ADMPTSNEWOWNERNULL, "the new owner parameter cannot be NULL"
16         ec ADMPTSNEWOWNERTOOLONG, "the new owner parameter is too long"
17         ec ADMPTSNEWGROUPNULL, "the new group parameter cannot be NULL"
18         ec ADMPTSNEWGROUPIDPOSITIVE, "the new group id parameter cannot be positive"
19         ec ADMPTSTARGETGROUPNULL, "the target group parameter cannot be NULL"
20         ec ADMPTSTARGETGROUPTOOLONG, "the target group parameter is too long"
21         ec ADMPTSGROUPPNULL, "the group parameter cannot be NULL"
22         ec ADMPTSGROUPMEMEXCEEDED, "the group membership list is longer than the maximum retrievable"
23         ec ADMPTSMEMBERNAMENULL, "the member name parameter cannot be NULL"
24         ec ADMPTSOLDNAMENULL, "the old name parameter cannot be NULL"
25         ec ADMPTSOLDNAMETOOLONG, "the old name is too long"
26         ec ADMPTSNEWNAMENULL, "the new name parameter cannot be NULL"
27         ec ADMPTSNEWNAMETOOLONG, "the new name is too long"
28         ec ADMPTSINVALIDGROUPDELETEPERM, "PTS_GROUP_ANYUSER_ACCESS is an invalid value for the list delete parameter"
29         ec ADMPTSINVALIDGROUPSOWNEDPERM, "PTS_GROUP_OWNER_ACCESS is an invalid value for the list groups owned parameter"
30         ec ADMPTSINVALIDGROUPSOWNEDPERM2, "PTS_USER_ANYUSER_ACCESS is an invalid value for the list groups owned parameter"
31         ec ADMPTSNEWENTRYPNULL, "the new entry parameter cannot be NULL"
32         ec ADMPTSUSERPNULL, "the user parameter cannot be NULL"
33         ec ADMPTSNEWGROUPIDNULL, "the new group id parameter cannot be NULL"
34         ec ADMPTSMAXGROUPIDNULL, "the maximum group id parameter cannot be NULL"
35         ec ADMPTSNEWUSERIDNULL, "the new user id parameter cannot be NULL"
36         ec ADMPTSMAXUSERIDNULL, "the maximum user id parameter cannot be NULL"
37 end