package capnp-rpc

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

Module Capnp_rpc_proto.ExceptionSource

Cap'n Proto exceptions.

Sourcetype ty = [
  1. | `Failed
  2. | `Overloaded
  3. | `Disconnected
  4. | `Unimplemented
  5. | `Undefined of int
]
Sourcetype t = {
  1. ty : ty;
  2. reason : string;
}
Sourceval pp_ty : Format.formatter -> [< `Disconnected | `Failed | `Overloaded | `Undefined of int | `Unimplemented ] -> unit
Sourceval pp : Format.formatter -> t -> unit
Sourceval v : ?ty:ty -> string -> t
Sourceval cancelled : t
OCaml

Innovation. Community. Security.