Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/redis/redis-py
/ _error_message
Method
_error_message
redis/connection.py:1088–1089 ·
view source on GitHub ↗
(self, exception)
Source
from the content-addressed store, hash-verified
1086
pass
1087
1088
def
_error_message(self, exception):
1089
return
format_error_message(self._host_error(), exception)
1090
1091
def
on_connect(self):
1092
self.on_connect_check_health(check_health=True)
Callers
3
connect_check_health
Method · 0.95
test_format_error_message
Function · 0.45
test_format_error_message
Function · 0.45
Calls
2
_host_error
Method · 0.95
format_error_message
Function · 0.85
Tested by
2
test_format_error_message
Function · 0.36
test_format_error_message
Function · 0.36