MCPcopy Create free account
hub / github.com/ShaanCoding/makeread.me /

Class

frontend/openAPI/generated/core/ApiError.ts:8–8  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6import type { ApiResult } from './ApiResult';
7
8export class ApiError extends Error {
9 public readonly url: string;
10 public readonly status: number;
11 public readonly statusText: string;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected