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

Class

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

Source from the content-addressed store, hash-verified

419// Internal failure modes — collapsed into `OAuthDiscoveryError` at the
420// boundary. Tagged so we can match without `instanceof`.
421class DcrErrorBody extends Data.TaggedError("DcrErrorBody")<{
422 readonly status: number;
423 readonly error: string;
424 readonly error_description?: string;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected