package netsnmp

  1. Overview
  2. Docs
An interface to the Net-SNMP client library

Install

Dune Dependency

Authors

Maintainers

Sources

v0.17.0.tar.gz
sha256=f300b9773b47da231c63fd272e171011fc19c79438dd0f18415f59c962f402d2

doc/netsnmp.raw/Netsnmp_raw/Pdu_error/index.html

Module Netsnmp_raw.Pdu_errorSource

Sourcetype 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

OCaml

Innovation. Community. Security.