package async_rpc_kernel

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Connection.Dispatch_errorSource

Sourcetype t =
  1. | Closed
  2. | Message_too_big of Async_rpc_kernel__.Transport_intf.Send_result.message_too_big
Sourceval sexp_of_t : t -> Sexplib0.Sexp.t