package dune-rpc

  1. Overview
  2. Docs
Communicate with dune using rpc

Install

Dune Dependency

Authors

Maintainers

Sources

fiber-3.1.0.tbz
sha256=077d520b0845c56e10ec5856d7c66ebe7a1f1bea4a3027d182f44b2529519d81
sha512=644fbf11e53ac88307b44c98f380e2c9db222b94e0e38263525c59d3504f185d79d916a506af45e84d16fd66889e1745305a7385d911e7b11c290549efdb444c

doc/dune-rpc.private/Dune_rpc_private/Response/Error/index.html

Module Response.ErrorSource

Sourcetype kind =
  1. | Invalid_request
  2. | Code_error
Sourcetype t = {
  1. payload : Csexp.t option;
  2. message : string;
  3. kind : kind;
}
Sourceval payload : t -> Csexp.t option
Sourceval message : t -> string
Sourceval kind : t -> kind
Sourceexception E of t
Sourceval to_dyn : t -> Dyn.t
Sourceval of_conv : Conv.error -> t
Sourceval create : ?payload:Csexp.t -> kind:kind -> message:string -> unit -> t
OCaml

Innovation. Community. Security.