Module Qcow_error
Common error reporting functions
type error=[|`Msg of stringA fatal error condition; the string should be logged
]type 'a t= ('a, error) Result.result
val return : 'a -> ('a, error) Result.resultval error_msg : ('a, unit, string, ('b, [> `Msg of string ]) Result.result) Stdlib.format4 -> 'aval (>>=) : ('a, 'b) Result.result -> ('a -> ('c, 'b) Result.result) -> ('c, 'b) Result.resultval any : (unit, 'b) Result.result list -> (unit, 'b) Result.result
module Lwt_error : sig ... endmodule Lwt_write_error : sig ... end