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

Function _internal_exception

couchbase/logic/streaming.py:40–42  ·  view source on GitHub ↗
(message)

Source from the content-addressed store, hash-verified

38
39
40def _internal_exception(message):
41 exc_cls = PYCBC_ERROR_MAP.get(ExceptionMap.InternalSDKException.value, CouchbaseException)
42 return exc_cls(message)
43
44
45async def stream_anext(req):

Callers 2

stream_anextFunction · 0.85
stream_nextFunction · 0.85

Calls 1

getMethod · 0.45

Tested by

no test coverage detected