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

Class NotFoundError

python/src/cmdop/errors.py:49–50  ·  view source on GitHub ↗

``not_found`` — resource not visible / not found (404).

Source from the content-addressed store, hash-verified

47
48class ValidationError(CmdopError):
49 pass
50
51
52class RateLimitError(CmdopError):
53 pass

Callers 1

getMethod · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected