MCPcopy
hub / github.com/spicetify/cli / Error

Interface Error

globals.d.ts:552–557  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

550 namespace CosmosAsync {
551 type Method = "DELETE" | "GET" | "HEAD" | "PATCH" | "POST" | "PUT" | "SUB";
552 interface Error {
553 code: number;
554 error: string;
555 message: string;
556 stack?: string;
557 }
558
559 type Headers = Record<string, string>;
560 type Body = Record<string, any>;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected