Expand description
Core diagnostic message types.
This module defines the fundamental structures for representing diagnostic messages (errors, warnings, info) following tidyverse-style guidelines.
Structs§
- Detail
Item - A detail item in a diagnostic message.
- Diagnostic
Message - A diagnostic message following tidyverse-style structure.
- Text
Render Options - Options for rendering diagnostic messages to text.
Enums§
- Detail
Kind - How detail items should be presented (tidyverse x/i bullet style).
- Diagnostic
Kind - The kind of diagnostic message.
- Message
Content - The content of a message or detail item.
- Source
Renderer - Selects which source-context snippet renderer draws the visual code
excerpt in
DiagnosticMessage::to_text_with_renderer.