]> andersk Git - moira.git/blobdiff - lib/mr_et.et
added error code SMS_ARG_TOO_LONG
[moira.git] / lib / mr_et.et
index 69db2106f8d754a4c6c72e5f32cead48147b637b..891c8995610f6df05d67985e058cdc80f757fe5e 100644 (file)
@@ -37,6 +37,9 @@ ec    SMS_ALREADY_CONNECTED,
 ec     SMS_ARGS,
        "Insufficient number of arguments"
 
+ec     SMS_ARG_TOO_LONG,
+       "An argument is too long"
+
 ec     SMS_NOT_UNIQUE,
        "Arguments not unique"
 
@@ -91,4 +94,19 @@ ec   SMS_NFSPHYS,
 ec     SMS_FILESYS_EXISTS,
        "Named file system already exists"
 
+ec     SMS_QUERY_NOT_REENTRANT,
+       "Cannot do query from callback routine"
+
+ec     SMS_RVD,
+       "no such rvd"
+
+ec     SMS_NFS,
+       "specified directory not exported"
+
+ec     SMS_FILESYS_ACCESS,
+       "invalid filesys access"
+
+ec     SMS_USER_GROUP,
+       "list is a user group"
+
        end
This page took 0.031403 seconds and 4 git commands to generate.