Defined in file taxon3.asn
C++ class: CT3Error
T3Error ::= SEQUENCE {
level ENUMERATED {
none (0) , -- not an error, just a message
info (1) , -- informational error
warn (2) ,
error (3) ,
fatal (4) } ,
message VisibleString ,
taxid INTEGER OPTIONAL ,
name VisibleString OPTIONAL ,
org Org-ref OPTIONAL
}