Module Mirage_net.Net

type error = [
| Mirage_device.error
| `Invalid_length
]

The type for IO operation errors

val pp_error : error Fmt.t

pp_error pretty-print network errors.