Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
68
class
OverloadedError(Exception):
69
def
__init__(self, message: str =
"API overloaded"
, status: int = 529):
70
super().__init__(message)
71
self.status = status
72
73
74
class
FallbackTriggeredError(Exception):
Callers
8
operation
Method · 0.90
test_default_status
Method · 0.90
test_overloaded_error_instance
Method · 0.90
test_overloaded_retryable
Method · 0.90
op
Method · 0.90
test_retryable_errors
Method · 0.90
failing_op
Method · 0.90
transient_failing_op
Method · 0.90
Calls
no outgoing calls
Tested by
8
operation
Method · 0.72
test_default_status
Method · 0.72
test_overloaded_error_instance
Method · 0.72
test_overloaded_retryable
Method · 0.72
op
Method · 0.72
test_retryable_errors
Method · 0.72
failing_op
Method · 0.72
transient_failing_op
Method · 0.72