]> andersk Git - moira.git/blame - lib/mr_et.et
added error code SMS_ARG_TOO_LONG
[moira.git] / lib / mr_et.et
CommitLineData
718ed7ba 1# $Source$
2# $Author$
3# $Header$
4#
a7f88823 5 error_table sms
6
7ec SMS_NOT_CONNECTED,
8 "Not connected to SMS server"
9
10ec SMS_CANT_CONNECT,
11 "Can't connect to SMS server"
12
13ec SMS_VERSION_MISMATCH,
14 "SMS version mismatch"
15
16ec SMS_ABORTED,
17 "SMS operation aborted"
18
19ec SMS_UNKNOWN_PROC,
20 "Unknown procedure"
21
22ec SMS_INGRES_ERR,
23 "Ingres system error occurred"
24
25ec SMS_MORE_DATA,
26 "More data is available from SMS"
27
28ec SMS_NO_MATCH,
29 "No records in database match query"
30
718ed7ba 31ec SMS_NO_HANDLE,
32 "Unknown query handle"
33
34ec SMS_ALREADY_CONNECTED,
35 "Already connected to sms"
36
f10c313a 37ec SMS_ARGS,
38 "Insufficient number of arguments"
39
42fb0363 40ec SMS_ARG_TOO_LONG,
41 "An argument is too long"
42
718ed7ba 43ec SMS_NOT_UNIQUE,
44 "Arguments not unique"
45
f10c313a 46ec SMS_PERM,
47 "Insufficient permission to perform requested database access"
48
49ec SMS_LIST,
50 "No such list"
51
52ec SMS_USER,
53 "No such user"
54
55ec SMS_STRING,
56 "Unknown string"
57
58ec SMS_TYPE,
59 "Invalid type"
60
61ec SMS_EXISTS,
62 "Record already exists"
63
64ec SMS_DATE,
65 "Invalid date"
66
67ec SMS_CLUSTER,
68 "Unknown cluster"
69
70ec SMS_MACHINE,
71 "Unknown machine"
72
73ec SMS_SERVICE,
74 "Unknown service"
75
76ec SMS_FILESYS,
77 "Named file system does not exist"
78
79ec SMS_PRINTER,
80 "Unknown printer"
81
82ec SMS_QUEUE,
83 "Unknown queue"
84
85ec SMS_DEVICE,
86 "No such device"
87
88ec SMS_ACL,
89 "No such access control list"
90
91ec SMS_NFSPHYS,
92 "Machine/device pair not in nfsphys"
93
94ec SMS_FILESYS_EXISTS,
95 "Named file system already exists"
96
f4ae4cdf 97ec SMS_QUERY_NOT_REENTRANT,
98 "Cannot do query from callback routine"
99
ef18f476 100ec SMS_RVD,
101 "no such rvd"
102
103ec SMS_NFS,
104 "specified directory not exported"
105
106ec SMS_FILESYS_ACCESS,
107 "invalid filesys access"
108
54e646c0 109ec SMS_USER_GROUP,
110 "list is a user group"
111
a7f88823 112 end
This page took 0.065944 seconds and 5 git commands to generate.