sig
  type t = File_not_found of string | Unknown of string
  val to_string : Tcp_file.Client.Error.t -> string
  val t_of_sexp : Sexplib.Sexp.t -> Tcp_file.Client.Error.t
  val sexp_of_t : Tcp_file.Client.Error.t -> Sexplib.Sexp.t
end