MCPcopy Create free account
hub / github.com/cloudflare/computer /

Class

packages/computer/src/transport-failure.ts:33–33  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

31// inspection, and lets callers wrap an underlying cause for
32// observability without losing the classification.
33export class WorkspaceTransportError extends Error {
34 override readonly name = "WorkspaceTransportError";
35
36 constructor(message: string, options?: { cause?: unknown }) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected