/usr/include/ncbi/taxuerr.h is in libncbi6-dev 6.1.20120620-7.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 | #ifndef __MODULE_taxutil__
#define __MODULE_taxutil__
#define ERR_ORGANISM 1,0
#define ERR_ORGANISM_TaxIdNotUnique 1,1
#define ERR_ORGANISM_TaxNameNotFound 1,2
#define ERR_ORGANISM_TaxIdNotSpecLevel 1,3
#endif
|