sig   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   val to_string : Trakeva.Error.t -> string end