package jenga

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type t =
  1. | Not_running
  2. | No_server_mode
  3. | Rpc_menu_failed of string * Core.Error.t
  4. | Rpc_failed of string * exn
  5. | 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.Error.t