package netsnmp

  1. Overview
  2. Docs
type t =
  1. | SNMP_ERR_NOERROR
  2. | SNMP_ERR_TOOBIG
  3. | SNMP_ERR_NOSUCHNAME
  4. | SNMP_ERR_BADVALUE
  5. | SNMP_ERR_READONLY
  6. | SNMP_ERR_GENERR
  7. | SNMP_ERR_NOACCESS
  8. | SNMP_ERR_WRONGTYPE
  9. | SNMP_ERR_WRONGLENGTH
  10. | SNMP_ERR_WRONGENCODING
  11. | SNMP_ERR_WRONGVALUE
  12. | SNMP_ERR_NOCREATION
  13. | SNMP_ERR_INCONSISTENTVALUE
  14. | SNMP_ERR_RESOURCEUNAVAILABLE
  15. | SNMP_ERR_COMMITFAILED
  16. | SNMP_ERR_UNDOFAILED
  17. | SNMP_ERR_AUTHORIZATIONERROR
  18. | SNMP_ERR_NOTWRITABLE

Errors reported by the net-snmp library when sending/receiving a PDU