MCPcopy Create free account
hub / github.com/UsefulSoftwareCo/executor / reportCauseFailure

Function reportCauseFailure

packages/react/src/api/error-reporting.tsx:93–99  ·  view source on GitHub ↗
(
  report: FrontendErrorReporter,
  cause: Cause.Cause<unknown>,
  context: FrontendErrorContext,
)

Source from the content-addressed store, hash-verified

91};
92
93export const reportCauseFailure = (
94 report: FrontendErrorReporter,
95 cause: Cause.Cause<unknown>,
96 context: FrontendErrorContext,
97): void => {
98 report(cause, context);
99};

Callers

nothing calls this directly

Calls 1

reportFunction · 0.85

Tested by

no test coverage detected