mirage-net
Mirage_net.Net
type error = [
| `Invalid_length
| `Disconnected
]
The type for IO operation errors
val pp_error : error Fmt.t
pp_error pretty-print network errors.
pp_error