Mirage_kvSourceMirageOS signatures for key/value devices
v4.0.1
MirageOS key-value stores are nested dictionaries, associating structured keys to either dictionaries or values.
type error = [ | `Not_found of keykey not found
*)| `Dictionary_expected of keykey does not refer to a dictionary.
*)| `Value_expected of keykey does not refer to a value.
*) ]The type for errors.
pp_write_error is the pretty-printer for write errors.