package dune-rpc

  1. Overview
  2. Docs
Communicate with dune using rpc

Install

Dune Dependency

Authors

Maintainers

Sources

fiber-3.0.2.tbz
sha256=a35d3ca8879630e5f4554ff059d7396e0fd40c24f6082730fd7c779c58836deb
sha512=6c77afa682dd57d47386832b0be1156b0623920b0e1f6af6819fb18e1a94f9cd31d51cd82e86ce7246b4a65c07dee6061ece3ef4a24dee2bcb6ac114969a20a2

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.