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

Class

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

Source from the content-addressed store, hash-verified

197 * them debugging the wrong thing. The message names the actual constraint.
198 */
199export class ReadOnlyCredential extends Schema.TaggedErrorClass<ReadOnlyCredential>()(
200 "ReadOnlyCredential",
201 renderHints,
202 { httpApiStatus: 403 },

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected