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

Method message

couchbase/logic/n1ql.py:122–123  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

120 return self._raw.get("code", None)
121
122 def message(self) -> str:
123 return self._raw.get("message", None)
124
125
126class QueryWarning(QueryProblem):

Callers 13

test_query_metadataMethod · 0.45
test_query_metadataMethod · 0.45
test_query_metadataMethod · 0.45
test_query_metadataMethod · 0.45
build_exceptionFunction · 0.45

Calls 1

getMethod · 0.45

Tested by 10

test_query_metadataMethod · 0.36
test_query_metadataMethod · 0.36
test_query_metadataMethod · 0.36
test_query_metadataMethod · 0.36