package vcaml

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

Module Vcaml_error.Nvim_error_eventSource

Sourcemodule Error_type = Nvim_internal.Error_type
Sourcetype t =
  1. | Error of {
    1. error_type : Error_type.t;
    2. message : string;
    }
  2. | Parse_failure of Msgpack_rpc.Event.t
Sourceval sexp_of_t : t -> Sexplib0.Sexp.t
Sourceval to_error : t -> Core.Error.t