Skip to main content

Module reqwest

Module reqwest 

Source

StructsΒ§

ErrorRule πŸ”’
A rule for matching error message patterns to human-readable messages
ErrorRules πŸ”’
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