package dune-rpc

  1. Overview
  2. Docs
Communicate with dune using rpc

Install

Dune Dependency

Authors

Maintainers

Sources

dune-3.18.1.tbz
sha256=5fa1e348f0cb24eed4ed93ceff0f768064c87078ceb008f6756d521bfceeea9e
sha512=cd15962bf81b3ab3f8cf477c0c2b0f151bb499a02164de28ef7a68d7bdcb15f382480531927076fcc8a7165078d9fff8e42139b10fd4c39142ce7ff32f8608d9

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

Module Response.ErrorSource

Sourcetype kind =
  1. | Invalid_request
  2. | Code_error
  3. | Connection_dead
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.