MCPcopy
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

9import { useRouter } from 'next/dist/client/router'
10
11interface Error {
12 message?: string
13}
14
15const ErrorPage = (props: FlowError) => {
16 const { error: propsError } = props

Callers 3

handleHttpExceptionMethod · 0.85
handleHttpExceptionMethod · 0.85
handleHttpExceptionMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected