package trakeva

  1. Overview
  2. Docs
type t = [ `Act of Action.t | `Get of Key_in_collection.t | `Get_all of string | `Iter of string | `Load of string | `Close ] * string

Merge of the possible errors.

val to_string : t -> string