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

Class

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

Source from the content-addressed store, hash-verified

11) {}
12
13export class UnauthorizedError extends Schema.TaggedErrorClass<UnauthorizedError>()(
14 "UnauthorizedError",
15 { message: Schema.String },
16 { httpApiStatus: 401 },

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected