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