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

Class PermissionError

python/src/cmdop/errors.py:45–46  ·  view source on GitHub ↗

``permission`` — role/api-key restriction (403).

Source from the content-addressed store, hash-verified

43
44class ConflictError(CmdopError):
45 pass
46
47
48class ValidationError(CmdopError):
49 pass

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected