Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/microsoft/JARVIS
/ RateLimitError
Class
RateLimitError
taskbench/data_engine.py:225–227 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
223
logger.info(f
"Done: {len(done)}, Failed: {len(failed)}"
)
224
225
class
RateLimitError(Exception):
226
def
__init__(self, message):
227
super().__init__(message)
228
229
class
ContentFormatError(Exception):
230
def
__init__(self, message):
Callers
1
sample
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected