Skip to main content

Module error

Module error 

Source
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§

ClassifiedError
A classified error with category, message, and actionable suggestion.

Enums§

ErrorCategory
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.