MCPcopy Create free account
hub / github.com/commandoperator/cmdop-sdk /

Class

node/src/errors.ts:30–30  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

28export class UnavailableError extends CmdopError {}
29export class UnsupportedError extends CmdopError {}
30export class ProtocolError extends CmdopError {}
31export class AgentStreamError extends CmdopError {}
32
33const NAMES: Record<number, string> = {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected