Expand description
Error handling for CommonMark writer.
This module provides error types and implementations for handling errors that can occur during CommonMark writing.
Structs§
- Coded
Error - Struct to create custom errors with codes
- Structure
Error - Struct to create structure errors with formatted messages
Enums§
- Write
Error - Errors that can occur during CommonMark writing.
Traits§
- Custom
Error Factory - Trait to define custom error factories for WriteError
- Write
Result Ext - Extensions for Result<T, WriteError> to work with custom error factories
Type Aliases§
- Write
Result - Result type alias for writer operations.