package netsnmp

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

Install

Dune Dependency

Authors

Maintainers

Sources

netsnmp-v0.13.0.tar.gz
sha256=c8709405886c7e2844259dd8bd1a0eff9baf64cd39749b0c185696d79eeac214
md5=26abf4e283a814020c36a099d9387b4b

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

Module Netsnmp_raw.Netsnmp_exceptions

exception Not_found of string

exceptions raised by the net-snmp interface library

exception System_error of string
exception Out_of_memory
exception Response_error of Pdu_error.t * string
exception General_error of int * Netsnmp_error.t * string

General_error (os_err, snmp_error, error_string) os_error is the value of the system errno and error_string a string interpretation of both os_err and snmp_error

exception Request_timeout
OCaml

Innovation. Community. Security.