MCPcopy Create free account
hub / github.com/Effect-TS/effect /

Class

packages/tools/ai-codegen/src/SpecFetcher.ts:37–37  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

35 * @since 4.0.0
36 */
37export class SpecFetchError extends Data.TaggedError("SpecFetchError")<{
38 readonly provider: string
39 readonly source: string
40 readonly cause: unknown

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected