package codept-lib

  1. Overview
  2. Docs
type t
val of_string : string -> t
val info : t

Minor fault that should not deserve attention in standard setting

val notification : t

Minor fault that ought to be notified

val warning : t

Intermediary warning that should be highly visible to user

val error : t

Fault that endanger the correctness of the program

val critical : t

Non recoverable error

OCaml

Innovation. Community. Security.