Module handlers

Module handlers 

Source
Expand description

Handlers that define formatting and error-chaining behavior for reports and attachments.

This module provides the core traits and types for implementing custom handlers that control how context objects and attachments are formatted and displayed in error reports.

Structs§

AttachmentFormattingStyle
Formatting preferences for an attachment when displayed in a report.
ContextFormattingStyle
Formatting preferences for a context when displayed in a report.

Enums§

AttachmentFormattingPlacement
Specifies where an attachment should be placed when displayed in a report.
FormattingFunction
Specifies whether to use display or debug formatting for a context or attachment.

Traits§

AttachmentHandler
Trait for implementing custom formatting behavior for report attachments.
ContextHandler
Trait for implementing custom formatting and error-chaining behavior for report contexts.