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

Class

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

Source from the content-addressed store, hash-verified

93
94/** Valid credential, but the principal belongs to no organization. Renders 403. */
95export class NoOrganization extends Schema.TaggedErrorClass<NoOrganization>()(
96 "NoOrganization",
97 renderHints,
98 { httpApiStatus: 403 },

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected