module Io_error:sig
..end
typeaction =
[ `None | `Pause | `Report | `Unknown of int ]
type
t = {
|
src_path : |
(* |
The host file on which the I/O error occurred
| *) |
|
dev_alias : |
(* |
The guest device alias associated with the path
| *) |
|
action : |
(* |
The action that is to be taken due to the IO error
| *) |
|
reason : |
(* |
The cause of the IO error
| *) |
val to_string : t -> string