package capnp-rpc

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

Errors returned by calls.

type t = [
  1. | `Exception of Exception.t
  2. | `Cancelled
]
val pp : Format.formatter -> [< `Cancelled | `Exception of Exception.t ] -> unit
val exn : ?ty:Exception.ty -> ('a, Format.formatter, unit, [> `Exception of Exception.t ]) format4 -> 'a