| 29 | export class UnsupportedError extends CmdopError {} |
| 30 | export class ProtocolError extends CmdopError {} |
| 31 | export class AgentStreamError extends CmdopError {} |
| 32 | |
| 33 | const NAMES: Record<number, string> = { |
| 34 | [ErrorCode.UNSPECIFIED]: "unspecified", |
nothing calls this directly
no outgoing calls
no test coverage detected