1 #ifndef __MODULE_a2ferr__
2 #define __MODULE_a2ferr__
3 
4 #define ERR_DATE  1,0
5 #define ERR_DATE_IllegalDate  1,1
6 #define ERR_DATE_Create_after_update  1,2
7 #define ERR_SEGMENT  2,0
8 #define ERR_SEGMENT_LocalSegEntry  2,1
9 #define ERR_SEGMENT_MoreThan1000Segs  2,2
10 #define ERR_ACCESSION  3,0
11 #define ERR_ACCESSION_BadAccessNum  3,1
12 #define ERR_ACCESSION_NoAccessNum  3,2
13 #define ERR_ACCESSION_No_VERSION_Number  3,3
14 #define ERR_LOCUS  4,0
15 #define ERR_LOCUS_ChangedLocusName  4,1
16 #define ERR_LOCUS_BadLocusName  4,2
17 #define ERR_LOCUS_LocusNameCollision  4,3
18 #define ERR_LOCUS_NoLocusName  4,8
19 #define ERR_REFERENCE  5,0
20 #define ERR_REFERENCE_NoPageNumbering  5,1
21 #define ERR_REFERENCE_IllegalPageRange  5,2
22 #define ERR_REFERENCE_YearEquZero  5,3
23 #define ERR_REFERENCE_IllegalDate  5,4
24 #define ERR_REFERENCE_Patent  5,5
25 #define ERR_REFERENCE_Journal  5,6
26 #define ERR_REFERENCE_Thesis  5,7
27 #define ERR_REFERENCE_Book  5,8
28 #define ERR_REFERENCE_DirectSubmission  5,9
29 #define ERR_REFERENCE_Illegalreference  5,10
30 #define ERR_REFERENCE_NoAuthorName  5,11
31 #define ERR_REFERENCE_NoJournalName  5,12
32 #define ERR_REFERENCE_No_references  5,13
33 #define ERR_REFERENCE_NoDateOnRef  5,14
34 #define ERR_REFERENCE_DirSubInCitGen  5,15
35 #define ERR_REFERENCE_MuidZeroOnly  5,16
36 #define ERR_REFERENCE_VolHasSuppl  5,17
37 #define ERR_REFERENCE_ParanInSupp  5,18
38 #define ERR_REFERENCE_NoValidRefs  5,19
39 #define ERR_FEATURE  6,0
40 #define ERR_FEATURE_UnknownFeatureKey  6,1
41 #define ERR_FEATURE_non_pseudo  6,2
42 #define ERR_FEATURE_Bad_location  6,3
43 #define ERR_FEATURE_GcodeAndTTableClash  6,4
44 #define ERR_FEATURE_NoQualOnMiscFeat  6,5
45 #define ERR_FEATURE_CodeBreakLoc  6,6
46 #define ERR_FEATURE_Duplicated  6,7
47 #define ERR_FEATURE_IdenticalGeneName  6,8
48 #define ERR_FEATURE_NULLGeneLocus  6,9
49 #define ERR_FEATURE_Dropped  6,10
50 #define ERR_ENTRY  7,0
51 #define ERR_ENTRY_Partial_peptide  7,1
52 #define ERR_ENTRY_No_valid_ref  7,2
53 #define ERR_ENTRY_No_source_line  7,3
54 #define ERR_ENTRY_OriginTooLong  7,4
55 #define ERR_ENTRY_DroppedFromFlatfile  7,5
56 #define ERR_GI  8,0
57 #define ERR_GI_No_GI_Number  8,1
58 #define ERR_PRINT  9,0
59 #define ERR_PRINT_NullString  9,1
60 
61 #endif
62