MCPcopy Create free account
hub / github.com/couchbase/couchbase-python-client / error

Method error

couchbase/diagnostics.py:152–153  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

150
151 @property
152 def error(self) -> Optional[str]:
153 return self._src_ping.get('error', None)
154
155 @property
156 def latency(self) -> Optional[timedelta]:

Callers 6

runMethod · 0.80
runMethod · 0.80
on_okMethod · 0.80
on_errMethod · 0.80

Calls 1

getMethod · 0.45

Tested by

no test coverage detected