package netsnmp

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

Install

Dune Dependency

Authors

Maintainers

Sources

netsnmp-v0.12.0.tar.gz
sha256=94a73fdf5d051655b9c2357f73c436d6b9e9104254ce48b0c0e95267c9b3f322
md5=02ad13086ae11823525e20a2bc48409b

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

Module Netsnmp_raw.Pdu_error

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

OCaml

Innovation. Community. Security.