MCPcopy Create free account
hub / github.com/MoonshotAI/kimi-code /

Class

packages/server-e2e/src/envelope.ts:17–17  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

15 * re-resolve: `code: 40902 + data: { resolved: false }`).
16 */
17export class EnvelopeError<T = unknown> extends Error {
18 readonly code: number;
19 readonly reason: string;
20 readonly requestId: string;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected