capnp-rpc
Capnp_rpc.Error
Errors returned by calls.
type t = [
| `Exception of Exception.t
| `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