MCPcopy Create free account
hub / github.com/0010aor/FlashNotes /

Class

frontend/src/client/core/ApiError.ts:4–4  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2import type { ApiResult } from './ApiResult'
3
4export class ApiError extends Error {
5 public readonly url: string
6 public readonly status: number
7 public readonly statusText: string

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected