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

Class

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

Source from the content-addressed store, hash-verified

182 * neutral `IdentityProvider` tag without a wider error channel.
183 */
184export class Unavailable extends Schema.TaggedErrorClass<Unavailable>()(
185 "Unavailable",
186 renderHints,
187 { httpApiStatus: 503 },

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected