package lsp

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

Module Stdune.Code_errorSource

A programming error that should be reported upstream

Sourcetype t = {
  1. message : string;
  2. data : (string * Dyn.t) list;
  3. loc : Stdune__.Loc0.t option;
}
Sourceexception E of t
Sourceval to_dyn_without_loc : t -> Dyn.t
Sourceval to_dyn : t -> Dyn.t
Sourceval raise : ?loc:Stdune__.Loc0.t -> string -> (string * Dyn.t) list -> _
OCaml

Innovation. Community. Security.