Expand description
Error handling for PostCSS integration
This module provides comprehensive error types and handling for all PostCSS-related operations.
Structs§
- Contextual
Error - Enhanced error with context
- Default
Error Handler - Default error handler implementation
- Error
Context - Error context for better debugging
- Error
Reporter - Error reporting utilities
Enums§
- PostCSS
Error - Main error type for PostCSS operations
- Recovery
Strategy - Error recovery strategies
Traits§
- Error
Handler - Error handler trait for custom error handling
Type Aliases§
- Result
- Result type alias for PostCSS operations