nih-gov/www.ncbi.nlm.nih.gov/IEB/ToolBox/CPP_DOC/asn_spec/ID2-Error.html

50 lines
No EOL
1.5 KiB
HTML

<!DOCTYPE HTML>
<html>
<head>
<title>ID2-Error</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>ID2-Error</h3><pre>Defined in file <a href="id2.asn.html">id2.asn</a>
C++ class: <a href="../doxyhtml/classCID2__Error.html">CID2_Error</a>
ID2-Error ::= SEQUENCE {
severity ENUMERATED {
-- nothing harmful happened
warning (1) ,
-- command cannot be completed this time
failed-command (2) ,
-- connection cannot be reused, reconnect is required
failed-connection (3) ,
-- server cannot be used for a while
failed-server (4) ,
-- resolve request gives no data
-- probably temporarily (see retry-delay field)
no-data (5) ,
-- data exists but client doesn't have permission to get it
restricted-data (6) ,
-- this request type is not supported by server
unsupported-command (7) ,
-- error in request packet, cannot retry
invalid-arguments (8)
},
-- client may retry the request after specified time in seconds
retry-delay INTEGER OPTIONAL,
message VisibleString OPTIONAL
}</pre>
</body>
</html>