]> andersk Git - moira.git/commitdiff
Initial revision
authorwesommer <wesommer>
Tue, 16 Jun 1987 14:00:33 +0000 (14:00 +0000)
committerwesommer <wesommer>
Tue, 16 Jun 1987 14:00:33 +0000 (14:00 +0000)
lib/mr_et.et [new file with mode: 0644]

diff --git a/lib/mr_et.et b/lib/mr_et.et
new file mode 100644 (file)
index 0000000..2afd839
--- /dev/null
@@ -0,0 +1,27 @@
+       error_table sms
+
+ec     SMS_NOT_CONNECTED,
+       "Not connected to SMS server"
+
+ec     SMS_CANT_CONNECT,
+       "Can't connect to SMS server"
+
+ec     SMS_VERSION_MISMATCH,
+       "SMS version mismatch"
+
+ec     SMS_ABORTED,
+       "SMS operation aborted"
+
+ec     SMS_UNKNOWN_PROC,
+       "Unknown procedure"
+
+ec     SMS_INGRES_ERR,
+       "Ingres system error occurred"
+
+ec     SMS_MORE_DATA,
+       "More data is available from SMS"
+
+ec     SMS_NO_MATCH,
+       "No records in database match query"
+
+       end
This page took 0.058064 seconds and 5 git commands to generate.