| 31 | export class AgentStreamError extends CmdopError {} |
| 32 | |
| 33 | const NAMES: Record<number, string> = { |
| 34 | [ErrorCode.UNSPECIFIED]: "unspecified", |
| 35 | [ErrorCode.INVALID_ARGUMENT]: "invalid_argument", |
| 36 | [ErrorCode.UNAUTHENTICATED]: "unauthenticated", |
nothing calls this directly
no outgoing calls
no test coverage detected