MCPcopy Create free account
hub / github.com/StarpTech/FastGraph / HTTPResponseError

Class HTTPResponseError

src/errors.ts:1–6  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1export class HTTPResponseError extends Error {
2 constructor(public response: Response) {
3 super(`HTTP Error Response: ${response.status} ${response.statusText}`)
4 this.response = response
5 }
6}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected