MCPcopy Create free account
hub / github.com/FastLED/FastLED / RpcError

Class RpcError

ci/rpc_client.py:83–86  ·  view source on GitHub ↗

RPC operation failed.

Source from the content-addressed store, hash-verified

81
82
83class RpcError(Exception):
84 """RPC operation failed."""
85
86 pass
87
88
89class RpcCrashError(RpcError):

Callers 4

drain_boot_outputMethod · 0.85
sendMethod · 0.85
send_and_matchMethod · 0.85
_wait_for_responseMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected