MCPcopy Create free account
hub / github.com/UsefulSoftwareCo/executor /

Class

packages/core/sdk/src/oauth-discovery.ts:470–470  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

468// Internal failure modes — collapsed into `OAuthDiscoveryError` at the
469// boundary. Tagged so we can match without `instanceof`.
470class DcrErrorBody extends Data.TaggedError("DcrErrorBody")<{
471 readonly status: number;
472 readonly error: string;
473 readonly error_description?: string;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected