Expand description
🛡️ Complete Type System Module - Advanced error categorization and fix generation
Part of the CROSS-MODULE AUTOMATION ENGINE providing:
- Complete type definitions and utilities
- Advanced error categorization system
- Type-safe fix generation and validation
Structs§
- Autocorrection
- A proposed autocorrection for an error
- Diagnostic
Result - Holds detailed diagnostic information
- Error
Context - Additional structured context for an error
- Error
Location - Specific location for diagnostic purposes
- Error
Source - Describes the source location of an error
- Extracted
Parameters - Represents parameters extracted from error contexts
- FixTemplate
- A template for generating fixes
- Macro
Expansion - A step in a macro expansion trace
Enums§
- Error
Category - Categorization of errors
- Error
Report Format - Output formats for error reports
- Error
Severity - Severity level for errors
- FixDetails
- Detailed information for specific fix types
- FixType
- Nature of a proposed autocorrection fix
- Parameter
Source - Source of extracted parameters
Traits§
- FixGenerator
- Trait for generating fixes based on errors and parameters
- Parameter
Extractor - Trait for extracting parameters from errors