Module Mavryk_error_monad.Error_classification

type t =
  1. | Branch
  2. | Temporary
  3. | Permanent
  4. | Outdated
val default : t
val combine : t -> t -> t