MCPcopy Create free account
hub / github.com/pollinations/pollinations /

Class

gen.pollinations.ai/src/image/httpError.ts:12–12  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10 * strings; this codebase auths via headers, not query strings.
11 */
12export class HttpError extends Error {
13 status: number;
14 details?: any;
15 upstreamUrl?: string;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected