Up

Module Connection_error

Signature

type t =
| Not_running
| No_server_mode
| Rpc_failed of string * exn
| Tcp_failed of string * exn
val to_string : t -> string
val may_retry : t -> bool
val exit_code : t -> int
val to_error : t -> Core.Std.Error.t