summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorelie <elie>2007-03-19 13:24:40 +0000
committerelie <elie>2007-03-19 13:24:40 +0000
commit0b89d42b9cf0089bcd8b9018f127967b33f835a8 (patch)
treebced2a9d83b1e02bf267bcaee07ffc2059b0c68e /docs
parentb13151238500237812814c03b5dc891b63d12d96 (diff)
downloadpysnmp-0b89d42b9cf0089bcd8b9018f127967b33f835a8.tar.gz
html fixes
Diffstat (limited to 'docs')
-rw-r--r--docs/pysnmp-tutorial.html11
1 files changed, 10 insertions, 1 deletions
diff --git a/docs/pysnmp-tutorial.html b/docs/pysnmp-tutorial.html
index ca077c6..aa2bff9 100644
--- a/docs/pysnmp-tutorial.html
+++ b/docs/pysnmp-tutorial.html
@@ -63,6 +63,13 @@ PySNMP tutorial
<LI><A HREF="#ASN1">ASN.1 standard</A>
</UL>
</UL>
+</UL>
+</UL>
+</TABLE>
+</TD></TR>
+</TABLE>
+
+<P ALIGN="LEFT">
<A NAME="NETWORK-MANAGEMENT-BASICS"></A>
<H4>
@@ -613,7 +620,9 @@ error.
The pair of <STRONG>errorStatus</STRONG> and <STRONG>errorIndex</STRONG>
variables determines SNMP PDU-level error. If <STRONG>errorStatus</STRONG>
evaluates to true, this indicates SNMP PDU error caused by Managed Object
-at position <STRONG>errorIndex</STRONG>-1 in <STRONG>varBinds</STRONG>.
+at position <STRONG>errorIndex</STRONG>-1 in <STRONG>varBinds</STRONG>.
+Doing <STRONG>repr</STRONG>(<STRONG>errorStatus</STRONG>) would return
+explanatory error message.
</P>
<P>