MCPcopy
hub / github.com/langfuse/langfuse / error

Function error

web/src/utils/api.ts:190–199  ·  view source on GitHub ↗
(err)

Source from the content-addressed store, hash-verified

188 observer.next(value);
189 },
190 error(err) {
191 if (
192 err.meta &&
193 err.meta.response &&
194 err.meta.response instanceof Response
195 ) {
196 buildId = err.meta.response.headers.get("x-build-id");
197 }
198 observer.error(err);
199 },
200 complete() {
201 observer.complete();
202 },

Callers

nothing calls this directly

Calls 4

getMethod · 0.80
errorMethod · 0.80
stringifyMethod · 0.80
getBaseUrlFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…