summaryrefslogtreecommitdiffstats
path: root/src/lib/krb5/error_tables/isode_err.et
blob: b94bf0059a05ab35027f0cd986b4b08dc6b6dc01 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
#
# $Source$
# $Author$
#
# Copyright 1989 by the Massachusetts Institute of Technology.
# All Rights Reserved.
#
# Export of this software from the United States of America is assumed
#   to require a specific license from the United States Government.
#   It is the responsibility of any person or organization contemplating
#   export to obtain such a license before exporting.
# 
# WITHIN THAT CONSTRAINT, permission to use, copy, modify, and
# distribute this software and its documentation for any purpose and
# without fee is hereby granted, provided that the above copyright
# notice appear in all copies and that both that copyright notice and
# this permission notice appear in supporting documentation, and that
# the name of M.I.T. not be used in advertising or publicity pertaining
# to distribution of the software without specific, written prior
# permission.  M.I.T. makes no representations about the suitability of
# this software for any purpose.  It is provided "as is" without express
# or implied warranty.
# 
#
# The Kerberos v5/ISODE 5.0 error table mappings
#
# see <isode/psap.h>

error_table isod

error_code ISODE_50_RCSID,	"$Id$"

error_code	ISODE_50_PS_ERR_NONE, "isode (ps): No error"
error_code	ISODE_50_PS_ERR_OVERID, "isode (ps):Overflow in ID"
error_code	ISODE_50_PS_ERR_OVERLEN, "isode (ps):Overflow in length"
error_code	ISODE_50_PS_ERR_NMEM, "isode (ps):Out of memory"
error_code	ISODE_50_PS_ERR_EOF, "isode (ps):End of file"
error_code	ISODE_50_PS_ERR_EOFID, "isode (ps):End of file reading extended ID"
error_code	ISODE_50_PS_ERR_EOFLEN, "isode (ps):End of file reading extended length"
error_code	ISODE_50_PS_ERR_LEN, "isode (ps):Length mismatch"
error_code	ISODE_50_PS_ERR_TRNC, "isode (ps):Truncated"
error_code	ISODE_50_PS_ERR_INDF, "isode (ps):Indefinite length in primitive form"
error_code	ISODE_50_PS_ERR_IO, "isode (ps):I/O error"
error_code	ISODE_50_PS_ERR_EXTRA, "isode (ps): Extraneous octets"
error_code	ISODE_50_PS_ERR_XXX, "isode (ps):XXX"

error_code	ISODE_50_PE_ERR_NONE, "isode(pe):No error"
error_code	ISODE_50_PE_ERR_OVER, "isode(pe):Overflow"
error_code	ISODE_50_PE_ERR_NMEM, "isode(pe):Out of memory"
error_code	ISODE_50_PE_ERR_BIT, "isode(pe):No such bit"
error_code	ISODE_50_PE_ERR_UTCT, "isode(pe):Malformed universal timestring"
error_code	ISODE_50_PE_ERR_GENT, "isode(pe):Malformed generalized timestring"
error_code	ISODE_50_PE_ERR_MBER, "isode(pe):No such member"
error_code	ISODE_50_PE_ERR_PRIM, "isode(pe):Not a primitive form"
error_code	ISODE_50_PE_ERR_CONS, "isode(pe):Not a constructor form"
error_code	ISODE_50_PE_ERR_TYPE, "isode(pe):Class/ID mismatch in constructor"
error_code	ISODE_50_PE_ERR_OID, "isode(pe):Malformed object identifier"
error_code	ISODE_50_PE_ERR_BITS, "isode(pe):Malformed bitstring"
error_code	ISODE_50_PE_ERR_NOSUPP, "isode(pe):Type not supported"
error_code	ISODE_50_PE_ERR_SIGNED, "isode(pe):Signed integer not expected"

error_code	ISODE_50_LOCAL_ERR_BADDECODE,	"isode: ASN.1 decode failed"
error_code	ISODE_50_LOCAL_ERR_BADMSGTYPE,	"isode: wrong message type after decoding"
error_code	ISODE_50_LOCAL_ERR_BADCOMBO,	"isode: unacceptable combination of options"
error_code	ISODE_LOCAL_ERR_MISSING_PART,	"isode: missing element during translation"

end