MCPcopy Create free account
hub / github.com/alibaba/graph-learn / message

Method message

graphlearn/python/errors.py:39–41  ·  view source on GitHub ↗

The error message that describes the error.

(self)

Source from the content-addressed store, hash-verified

37
38 @property
39 def message(self):
40 """The error message that describes the error."""
41 return self._message
42
43 @property
44 def error_code(self):

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected