Error Reference
Error Reference¶
All error types thrown by the library across all languages.
ConversionError¶
Errors that can occur during HTML to Markdown conversion.
| Variant | Message | Description |
|---|---|---|
ParseError |
HTML parsing error: | HTML parsing error |
SanitizationError |
Sanitization error: | HTML sanitization error |
ConfigError |
Invalid configuration: | Invalid configuration |
IoError |
I/O error: | I/O error |
Panic |
Internal panic: | Internal error caught during conversion |
InvalidInput |
Invalid input: | Invalid input data |
Other |
Conversion error: | Generic conversion error |