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

Class

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

Source from the content-addressed store, hash-verified

157 * neutral `IdentityProvider` tag without a wider error channel.
158 */
159export class Unavailable extends Schema.TaggedErrorClass<Unavailable>()(
160 "Unavailable",
161 renderHints,
162 { httpApiStatus: 503 },

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected