Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
*/
26
export
const
handleRequestErrorCatch = (e) => {
27
console.error(e);
28
toast.error(e);
29
};
30
31
/**
32
* Function converts timestamp to easily readable string.
Callers
12
onSubmit
Function · 0.90
handleButtonClick
Function · 0.90
handleButtonClick
Function · 0.90
handleButtonClick
Function · 0.90
handleButtonClick
Function · 0.90
handleButtonClick
Function · 0.90
handleButtonClick
Function · 0.90
onSubmit
Function · 0.90
onSubmit
Function · 0.90
onSubmit
Function · 0.90
onSubmit
Function · 0.90
onSubmit
Function · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected