MCPcopy
hub / github.com/autobase-tech/autobase / handleRequestErrorCatch

Function handleRequestErrorCatch

console/ui/src/shared/lib/functions.ts:26–29  ·  view source on GitHub ↗
(e)

Source from the content-addressed store, hash-verified

24 * @param e - Error event.
25 */
26export const handleRequestErrorCatch = (e) => {
27 console.error(e);
28 toast.error(e);
29};
30
31/**
32 * Function converts timestamp to easily readable string.

Callers 12

onSubmitFunction · 0.90
handleButtonClickFunction · 0.90
handleButtonClickFunction · 0.90
handleButtonClickFunction · 0.90
handleButtonClickFunction · 0.90
handleButtonClickFunction · 0.90
handleButtonClickFunction · 0.90
onSubmitFunction · 0.90
onSubmitFunction · 0.90
onSubmitFunction · 0.90
onSubmitFunction · 0.90
onSubmitFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected