Up

module Mirage_runtime

: sig

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.

end