1 error_table ss 2 3ec SS_ET_SUBSYSTEM_ABORTED, 4 "Subsystem aborted" 5 6ec SS_ET_VERSION_MISMATCH, 7 "Version mismatch" 8 9ec SS_ET_NULL_INV, 10 "No current invocation" 11 12ec SS_ET_NO_INFO_DIR, 13 "No info directory" 14 15ec SS_ET_COMMAND_NOT_FOUND, 16 "Command not found" 17 18ec SS_ET_LINE_ABORTED, 19 "Command line aborted" 20 21ec SS_ET_EOF, 22 "End-of-file reached" 23 24ec SS_ET_PERMISSION_DENIED, 25 "Permission denied" 26 27ec SS_ET_TABLE_NOT_FOUND, 28 "Request table not found" 29 30ec SS_ET_NO_HELP_FILE, 31 "No info available" 32 33ec SS_ET_ESCAPE_DISABLED, 34 "Shell escapes are disabled" 35 36ec SS_ET_UNIMPLEMENTED, 37 "Sorry, this request is not yet implemented" 38 39 end 40