package liquidsoap-lang

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

Module Liquidsoap_lang.Lang_errorSource

include module type of struct include Runtime_error end
Sourcetype runtime_error = private Runtime_error.runtime_error = {
  1. kind : string;
  2. msg : string;
  3. pos : Pos.t list;
}
Sourceexception Runtime_error of runtime_error
Sourceval on_error : (runtime_error -> unit) -> unit
Sourceval make : ?message:string -> pos:Pos.t list -> string -> runtime_error
Sourceval raise : ?bt:Printexc.raw_backtrace -> ?message:string -> pos:Pos.t list -> string -> 'a
Sourceexception Encoder_error of Pos.Option.t * string
Sourceval error_module : string
Sourcetype error = private Runtime_error.runtime_error = {
  1. kind : string;
  2. msg : string;
  3. pos : Pos.List.t;
}
Sourcemodule ErrorDef : sig ... end
Sourcemodule Error : sig ... end
Sourceval error_t : Type.t
Sourceval to_error : Liquidsoap_lang__Value.t -> Error.content
OCaml

Innovation. Community. Security.