capnp-rpc.proto
Capnp_rpc_proto.Error
Errors returned by calls.
capnp-rpc
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