MCPcopy Create free account
hub / github.com/NVIDIA/TensorRT-LLM / RPCCancelled

Class RPCCancelled

tensorrt_llm/executor/rpc/rpc_common.py:55–59  ·  view source on GitHub ↗

Exception for when a client request is cancelled. This happens when the server is shutting down and all the pending requests will be cancelled and return with this error.

Source from the content-addressed store, hash-verified

53
54
55class RPCCancelled(RPCError):
56 """Exception for when a client request is cancelled.
57 This happens when the server is shutting down and all the pending
58 requests will be cancelled and return with this error.
59 """
60
61
62class RPCStreamingError(RPCError):

Callers 7

closeMethod · 0.85
_call_asyncMethod · 0.85
_call_streamingMethod · 0.85
stream_with_timeoutMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected