From 0b89d42b9cf0089bcd8b9018f127967b33f835a8 Mon Sep 17 00:00:00 2001 From: elie Date: Mon, 19 Mar 2007 13:24:40 +0000 Subject: html fixes --- docs/pysnmp-tutorial.html | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) (limited to 'docs') 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
  • ASN.1 standard + + + + + + +

    @@ -613,7 +620,9 @@ error. The pair of errorStatus and errorIndex variables determines SNMP PDU-level error. If errorStatus evaluates to true, this indicates SNMP PDU error caused by Managed Object -at position errorIndex-1 in varBinds. +at position errorIndex-1 in varBinds. +Doing repr(errorStatus) would return +explanatory error message.

    -- cgit v1.2.1