| 28 | export class UnavailableError extends CmdopError {} |
| 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> = { |
nothing calls this directly
no outgoing calls
no test coverage detected