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

Class

packages/core/api/src/server/identity.ts:107–107  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

105 * neutral `IdentityProvider` tag without a wider error channel.
106 */
107export class Unavailable extends Schema.TaggedErrorClass<Unavailable>()(
108 "Unavailable",
109 renderHints,
110 { httpApiStatus: 503 },

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected