SelectoComponents.ErrorHandling.ErrorCategorizer (selecto_components v0.3.12)
Categorizes and classifies errors that occur within SelectoComponents. Provides consistent error classification for proper display and handling.
Link to this section Summary
Functions
Categorizes an error and returns detailed classification.
Returns a user-friendly message for the categorized error.
Provides recovery suggestions based on error category.
Link to this section Functions
Link to this function
categorize(error)
Categorizes an error and returns detailed classification.
Link to this function
format_message(map)
Returns a user-friendly message for the categorized error.
Link to this function
recovery_suggestion(arg1)
Provides recovery suggestions based on error category.