Module error

Source
Expand description

Error handling for CommonMark writer.

This module provides error types and implementations for handling errors that can occur during CommonMark writing.

Structs§

CodedError
Struct to create custom errors with codes
StructureError
Struct to create structure errors with formatted messages

Enums§

WriteError
Errors that can occur during CommonMark writing.

Traits§

CustomErrorFactory
Trait to define custom error factories for WriteError
WriteResultExt
Extensions for Result<T, WriteError> to work with custom error factories

Type Aliases§

WriteResult
Result type alias for writer operations.