Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/commandoperator/cmdop-sdk
/ RateLimitError
Class
RateLimitError
python/src/cmdop/errors.py:61–66 ·
view source on GitHub ↗
``rate_limit`` — too many requests (429).
Source
from the content-addressed store, hash-verified
59
60
class
ConnectionError(CmdopError):
# noqa: A001
61
pass
62
63
64
class
TimeoutError(ConnectionError):
# noqa: A001
65
retryable = True
66
67
68
class
UnavailableError(CmdopError):
69
pass
Callers
1
map_core_error
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected