Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/dyrector-io/dyrectorio
/ Error
Interface
Error
web/crux-ui/src/pages/error.tsx:11–13 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
9
import { useRouter } from
'next/dist/client/router'
10
11
interface Error {
12
message?: string
13
}
14
15
const ErrorPage = (props: FlowError) => {
16
const { error: propsError } = props
Callers
3
handleHttpException
Method · 0.85
handleHttpException
Method · 0.85
handleHttpException
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected