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

Class UnknownError

graphlearn/python/errors.py:78–81  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

76
77
78class UnknownError(BaseError):
79 def __init__(self, message):
80 """Creates an `UnknownError`."""
81 super(UnknownError, self).__init__(message, UNKNOWN)
82
83
84class InvalidArgumentError(BaseError):

Callers 1

_make_specific_exceptionFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected