Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
48
class
ValidationError(CmdopError):
49
pass
50
51
52
class
RateLimitError(CmdopError):
53
pass
Callers
1
get
Method · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected