Expand description
Error classification module for camgrab-core.
This module provides a comprehensive error classification system to categorize and provide actionable suggestions for common camera-related errors.
Structs§
- Classified
Error - A classified error with category, message, and actionable suggestion.
Enums§
- Error
Category - Categorizes errors into common types for better error handling and user feedback.
Functions§
- classify_
error - Classifies an error message into a category based on keyword matching.
- suggestion_
for - Returns an actionable suggestion for a given error category.