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

Class

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

Source from the content-addressed store, hash-verified

1import { Schema } from "effect"
2
3export class InvalidRequestError extends Schema.TaggedErrorClass<InvalidRequestError>()(
4 "InvalidRequestError",
5 {
6 message: Schema.String,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected