Module Trakeva.Error (.ml)

module Error: 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
Merge of the possible errors.
val to_string : t -> string