package codept-lib

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

Module Fault.LevelSource

Sourcetype t
Sourceval of_string : string -> t
Sourceval info : t

Minor fault that should not deserve attention in standard setting

Sourceval notification : t

Minor fault that ought to be notified

Sourceval warning : t

Intermediary warning that should be highly visible to user

Sourceval error : t

Fault that endanger the correctness of the program

Sourceval critical : t

Non recoverable error