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

Class

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

Source from the content-addressed store, hash-verified

172 * them debugging the wrong thing. The message names the actual constraint.
173 */
174export class ReadOnlyCredential extends Schema.TaggedErrorClass<ReadOnlyCredential>()(
175 "ReadOnlyCredential",
176 renderHints,
177 { httpApiStatus: 403 },

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected