MCPcopy
hub / github.com/redwoodjs/graphql / error

Function error

packages/web/src/apollo/links.ts:52–54  ·  view source on GitHub ↗
(error: any)

Source from the content-addressed store, hash-verified

50 observer.next(result)
51 },
52 error(error: any) {
53 observer.error(enhanceError(operation, error))
54 },
55 complete: observer.complete.bind(observer),
56 })
57 })

Callers

nothing calls this directly

Calls 2

enhanceErrorFunction · 0.85
errorMethod · 0.45

Tested by

no test coverage detected