MCPcopy Create free account
hub / github.com/commandoperator/cmdop-sdk / ConnectionError

Class ConnectionError

python/src/cmdop/errors.py:73–74  ·  view source on GitHub ↗

``connection`` — transport failure (DNS, refused, reset) or the core process died.

Source from the content-addressed store, hash-verified

71
72class UnsupportedError(CmdopError):
73 pass
74
75
76class ProtocolError(CmdopError):
77 pass

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected