module Error: sig .. end
sig
end
type t = [ `Act of Trakeva.Action.t | `Close | `Get of Trakeva.Key_in_collection.t | `Get_all of string | `Iter of string | `Load of string ] * string
[ `Act of Trakeva.Action.t | `Close | `Get of Trakeva.Key_in_collection.t | `Get_all of string | `Iter of string | `Load of string ] * string
val to_string : t -> string
t -> string