9#ifndef SQUID_SNMP_ERROR_H
10#define SQUID_SNMP_ERROR_H
42#define SNMP_ERR_NOERROR (0x0)
43#define SNMP_ERR_TOOBIG (0x1)
44#define SNMP_ERR_NOSUCHNAME (0x2)
45#define SNMP_ERR_BADVALUE (0x3)
46#define SNMP_ERR_READONLY (0x4)
47#define SNMP_ERR_GENERR (0x5)
48#define SNMP_ERR_NOACCESS (0x6)
49#define SNMP_ERR_WRONGTYPE (0x7)
50#define SNMP_ERR_WRONGLENGTH (0x8)
51#define SNMP_ERR_WRONGENCODING (0x9)
53#define SNMP_ERR_WRONGVALUE (0x10)
54#define SNMP_ERR_NOCREATION (0x11)
55#define SNMP_ERR_INCONSISTENTVALUE (0x12)
56#define SNMP_ERR_RESOURCEUNAVAILABLE (0x13)
57#define SNMP_ERR_COMMITFAILED (0x14)
58#define SNMP_ERR_UNDOFAILED (0x15)
59#define SNMP_ERR_AUTHORIZATIONERROR (0x16)
60#define SNMP_ERR_NOTWRITABLE (0x17)
61#define SNMP_ERR_INCONSISTENTNAME (0x18)
const char * snmp_errstring(int)