MCPcopy Create free account
hub / github.com/hashintel/hash / notFound

Function notFound

apps/hash-api/src/graphql/error.ts:19–22  ·  view source on GitHub ↗
(
  message: string,
  extensions?: Record<string, unknown>,
)

Source from the content-addressed store, hash-verified

17 extensions?: Record<string, unknown>,
18) => code("FORBIDDEN", message, extensions);
19export const notFound = (
20 message: string,
21 extensions?: Record<string, unknown>,
22) => code("NOT_FOUND", message, extensions);
23export const cyclicTree = (
24 message: string,
25 extensions?: Record<string, unknown>,

Callers

nothing calls this directly

Calls 1

codeFunction · 0.85

Tested by

no test coverage detected