MCPcopy 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
60class ConnectionError(CmdopError): # noqa: A001
61 pass
62
63
64class TimeoutError(ConnectionError): # noqa: A001
65 retryable = True
66
67
68class UnavailableError(CmdopError):
69 pass

Callers 1

map_core_errorFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected