package dune-rpc

  1. Overview
  2. Docs

A Version_error is returned on the client-side when a request or notification is determined to be invalid due to version negotiation (no known method or no common version).

type t
val payload : t -> Csexp.t option
val message : t -> string
exception E of t