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

Class

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

Source from the content-addressed store, hash-verified

72) {}
73
74export class InvalidCursorError extends Schema.TaggedErrorClass<InvalidCursorError>()(
75 "InvalidCursorError",
76 { message: Schema.String },
77 { httpApiStatus: 400 },

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected