Module Caliburn.Errors

type t = [
  1. | `None
  2. | `Cannot_determine
  3. | `Closed
]
val string_of_error : t -> string