package netsnmp

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Netsnmp_raw.Netsnmp_exceptionsSource

Sourceexception Not_found of string

exceptions raised by the net-snmp interface library

Sourceexception System_error of string
Sourceexception Out_of_memory
Sourceexception Response_error of Pdu_error.t * string
Sourceexception 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

Sourceexception Request_timeout
OCaml

Innovation. Community. Security.