package mirage

  1. Overview
  2. Docs

Mirage run-time utilities

Friendly run-time errors

val string_of_network_init_error : string -> [> `Unknown of string | `Unimplemented | `Disconnected ] -> string

string_of_network_init_error ifname will generate a helpful string for network interface errors from the ifname interface name and the error constructor.

OCaml

Innovation. Community. Security.