package capnp-rpc

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

Module Capnp_rpc_proto.ErrorSource

Errors returned by calls.

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

Innovation. Community. Security.