Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
Indexed
MCP
copy
Index your code
hub
/
github.com/e2b-dev/fragments
/ APIError
Interface
APIError
lib/api-errors.ts:5–8 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
3
*/
4
5
export
interface
APIError {
6
statusCode?: number
7
message: string
8
}
9
10
/**
11
* Checks
if
an error is a rate limit error
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected