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

Class ConflictError

python/src/cmdop/errors.py:53–54  ·  view source on GitHub ↗

``conflict`` — slug taken, already linked, last-owner, etc. (409).

Source from the content-addressed store, hash-verified

51
52class RateLimitError(CmdopError):
53 pass
54
55
56class ServerError(CmdopError):
57 pass

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected