MCPcopy Create free account
hub / github.com/developmentseed/stac-react /

Class

src/utils/ApiError.ts:7–7  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5 * Extends the native Error class with HTTP response details.
6 */
7export class ApiError extends Error {
8 status: number;
9 detail?: GenericObject | string;
10 url?: string;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected