MCPcopy Create free account
hub / github.com/OpenHands/OpenHands / showErrorToast

Function showErrorToast

frontend/src/utils/error-handler.ts:16–23  ·  view source on GitHub ↗
({
  message,
  source,
  metadata = {},
}: ErrorDetails)

Source from the content-addressed store, hash-verified

14): void {}
15
16export function showErrorToast({
17 message,
18 source,
19 metadata = {},
20}: ErrorDetails) {
21 trackError({ message, source, metadata });
22 displayErrorToast(message);
23}
24
25export function showChatError({
26 message,

Callers 1

Calls 2

displayErrorToastFunction · 0.90
trackErrorFunction · 0.85

Tested by

no test coverage detected