MCPcopy Create free account
hub / github.com/anomalyco/opencode / transportError

Function transportError

packages/http-recorder/src/internal-effect.ts:88–91  ·  view source on GitHub ↗
(request: HttpClientRequest.HttpClientRequest, description: string)

Source from the content-addressed store, hash-verified

86 )
87
88const transportError = (request: HttpClientRequest.HttpClientRequest, description: string) =>
89 new HttpClientError.HttpClientError({
90 reason: new HttpClientError.TransportError({ request: redactedErrorRequest(request), description }),
91 })
92
93export const recordingLayer = (
94 name: string,

Callers 1

recordingLayerFunction · 0.70

Calls 1

redactedErrorRequestFunction · 0.85

Tested by

no test coverage detected