prof_err.et revision e0ed7404719a9ddd2ba427a80db5365c8bad18c0
1error_table prof
2
3error_code	PROF_VERSION,	"Profile version 0.0"
4
5#
6# generated by prof_tree.c
7#
8error_code	PROF_MAGIC_NODE,	"Bad magic value in profile_node"
9error_code	PROF_NO_SECTION,	"Profile section not found"
10error_code	PROF_NO_RELATION,	"Profile relation not found"
11error_code	PROF_ADD_NOT_SECTION, 
12	"Attempt to add a relation to node which is not a section"
13error_code	PROF_SECTION_WITH_VALUE, 
14	"A profile section header has a non-zero value"
15error_code	PROF_BAD_LINK_LIST, 	"Bad linked list in profile structures"
16error_code	PROF_BAD_GROUP_LVL, 	"Bad group level in profile structures"
17error_code	PROF_BAD_PARENT_PTR, 	
18	"Bad parent pointer in profile structures"
19error_code	PROF_MAGIC_ITERATOR,	"Bad magic value in profile iterator"
20error_code	PROF_SET_SECTION_VALUE,	"Can't set value on section node"
21error_code	PROF_EINVAL,		"Invalid argument passed to profile library"
22error_code	PROF_READ_ONLY,		"Attempt to modify read-only profile"
23
24#
25# generated by prof_parse.c
26#
27
28error_code	PROF_SECTION_NOTOP, "Profile section header not at top level"
29error_code	PROF_SECTION_SYNTAX, "Syntax error in profile section header"
30error_code	PROF_RELATION_SYNTAX, "Syntax error in profile relation"
31error_code	PROF_EXTRA_CBRACE, "Extra closing brace in profile"
32error_code	PROF_MISSING_OBRACE, "Missing open brace in profile"
33
34#
35# generated by prof_init.c
36# 
37error_code	PROF_MAGIC_PROFILE,	"Bad magic value in profile_t"
38error_code	PROF_MAGIC_SECTION,	"Bad magic value in profile_section_t"
39error_code	PROF_TOPSECTION_ITER_NOSUPP,
40	"Iteration through all top level section not supported"
41error_code	PROF_INVALID_SECTION,	"Invalid profile_section object"
42error_code	PROF_END_OF_SECTIONS,	"No more sections"
43error_code	PROF_BAD_NAMESET,	"Bad nameset passed to query routine"
44error_code	PROF_NO_PROFILE,	"No profile file open"
45
46#
47# generated by prof_file.c
48#
49error_code      PROF_MAGIC_FILE,	"Bad magic value in profile_file_t"
50error_code	PROF_FAIL_OPEN,		"Couldn't open profile file"
51
52#
53# generated by prof_set.c
54#
55error_code	PROF_EXISTS,		"Section already exists"
56
57#
58# generated by prof_get.c
59#
60error_code	PROF_BAD_BOOLEAN,		"Invalid boolean value"
61error_code	PROF_BAD_INTEGER,		"Invalid integer value"
62
63error_code	PROF_MAGIC_FILE_DATA, "Bad magic value in profile_file_data_t"
64
65
66end
67