package forester

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

Module Reporter.MessageSource

Sourcetype t =
  1. | Tree_not_found
  2. | Duplicate_tree
  3. | Parse_error
  4. | Type_error
  5. | Resolution_error
  6. | Expansion_error
  7. | Duplicate_attribute
  8. | Frontmatter_in_body
  9. | Unhandled_case
  10. | Transclusion_loop
  11. | Internal_error
  12. | Configuration_error
  13. | Initialization_warning
  14. | Routing_error
  15. | Profiling
  16. | External_error
  17. | Log
Sourceval default_severity : t -> Asai.Diagnostic.severity
Sourceval short_code : t -> string