Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/ray-project/ray
/ __init__
Method
__init__
python/ray/exceptions.py:695–697 ·
view source on GitHub ↗
(self, message, rpc_code=None)
Source
from the content-addressed store, hash-verified
693
""
"Indicates an error in the underlying RPC system."
""
694
695
def
__init__(self, message, rpc_code=None):
696
self.message = message
697
self.rpc_code = rpc_code
698
699
def
__str__(self):
700
return
self.message
Callers
7
__init__
Method · 0.45
__init__
Method · 0.45
__init__
Method · 0.45
__init__
Method · 0.45
__init__
Method · 0.45
__init__
Method · 0.45
__init__
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected