Module error

Module error 

Source
Expand description

Error handling for PostCSS integration

This module provides comprehensive error types and handling for all PostCSS-related operations.

Structs§

ContextualError
Enhanced error with context
DefaultErrorHandler
Default error handler implementation
ErrorContext
Error context for better debugging
ErrorReporter
Error reporting utilities

Enums§

PostCSSError
Main error type for PostCSS operations
RecoveryStrategy
Error recovery strategies

Traits§

ErrorHandler
Error handler trait for custom error handling

Type Aliases§

Result
Result type alias for PostCSS operations