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

Class

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

Source from the content-addressed store, hash-verified

86
87/** Authenticated but not authorized — no valid credential. Renders 401. */
88export class Unauthorized extends Schema.TaggedErrorClass<Unauthorized>()(
89 "Unauthorized",
90 renderHints,
91 { httpApiStatus: 401 },

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected