MCPcopy Create free account
hub / github.com/agentforce314/clawcodex / OverloadedError

Class OverloadedError

src/services/api/errors.py:68–71  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

66
67
68class OverloadedError(Exception):
69 def __init__(self, message: str = "API overloaded", status: int = 529):
70 super().__init__(message)
71 self.status = status
72
73
74class FallbackTriggeredError(Exception):

Callers 8

operationMethod · 0.90
test_default_statusMethod · 0.90
opMethod · 0.90
test_retryable_errorsMethod · 0.90
failing_opMethod · 0.90
transient_failing_opMethod · 0.90

Calls

no outgoing calls

Tested by 8

operationMethod · 0.72
test_default_statusMethod · 0.72
opMethod · 0.72
test_retryable_errorsMethod · 0.72
failing_opMethod · 0.72
transient_failing_opMethod · 0.72