MCPcopy 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
5export 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