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

Class ServerError

python/src/cmdop/errors.py:69–70  ·  view source on GitHub ↗

``server`` — relay/agent internal error (5xx).

Source from the content-addressed store, hash-verified

67
68class UnavailableError(CmdopError):
69 pass
70
71
72class UnsupportedError(CmdopError):
73 pass

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected