StructsΒ§
- Error
Rule π - A rule for matching error message patterns to human-readable messages
- Error
Rules π - A builder for creating and matching against multiple error rules
FunctionsΒ§
- analyze_
basic_ πreqwest_ error - Analyze basic reqwest error types first
- analyze_
certificate_ πerror - Analyze certificate-related errors using pattern matching rules
- analyze_
error_ πchain - Analyze the error chain of a reqwest error and return a concise, actionable message.
- analyze_
error_ πsource_ chain - Traverse the error chain for detailed analysis
- analyze_
generic_ πerror_ string - Analyze generic error strings using a rule-based pattern matching system
- analyze_
hyper_ πerror - Analyze hyper-specific errors
- analyze_
io_ πerror - Analyze I/O errors with specific categorization
- analyze_
io_ πother_ error - Analyze I/O errors with kind βOtherβ using rule-based pattern matching
- analyze_
url_ πparse_ error - Analyze URL parsing errors
- fallback_
reqwest_ πanalysis - Fallback analysis using basic reqwest error categorization