Module types

Module types 

Source
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
DiagnosticResult
Holds detailed diagnostic information
ErrorContext
Additional structured context for an error
ErrorLocation
Specific location for diagnostic purposes
ErrorSource
Describes the source location of an error
ExtractedParameters
Represents parameters extracted from error contexts
FixTemplate
A template for generating fixes
MacroExpansion
A step in a macro expansion trace

Enums§

ErrorCategory
Categorization of errors
ErrorReportFormat
Output formats for error reports
ErrorSeverity
Severity level for errors
FixDetails
Detailed information for specific fix types
FixType
Nature of a proposed autocorrection fix
ParameterSource
Source of extracted parameters

Traits§

FixGenerator
Trait for generating fixes based on errors and parameters
ParameterExtractor
Trait for extracting parameters from errors