MCPcopy Create free account
hub / github.com/anomalyco/opencode /

Class

packages/protocol/src/errors.ts:98–98  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

96) {}
97
98export class ForbiddenError extends Schema.TaggedErrorClass<ForbiddenError>()(
99 "ForbiddenError",
100 { message: Schema.String },
101 { httpApiStatus: 403 },

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected