29 lines
No EOL
787 B
HTML
29 lines
No EOL
787 B
HTML
<!DOCTYPE HTML>
|
|
<html>
|
|
<head>
|
|
<title>T3Error</title>
|
|
<script type="text/javascript" src="/core/jquery/jquery-3.6.0.min.js">
|
|
</script>
|
|
<script type="text/javascript">
|
|
jQuery.getScript("/core/alerts/alerts.js", function () { galert(['pre']) });
|
|
</script>
|
|
</head>
|
|
<body>
|
|
<h3>T3Error</h3><pre>Defined in file <a href="taxon3.asn.html">taxon3.asn</a>
|
|
C++ class: <a href="../doxyhtml/classCT3Error.html">CT3Error</a>
|
|
|
|
|
|
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 <a href="Org-ref.html">Org-ref</a> OPTIONAL
|
|
}</pre>
|
|
</body>
|
|
</html> |