MCPcopy
hub / github.com/redwoodjs/graphql / ServerErrorsContextProps

Interface ServerErrorsContextProps

packages/forms/src/ServerErrorsContext.tsx:4–6  ·  view source on GitHub ↗

Context for keeping track of errors from the server

Source from the content-addressed store, hash-verified

2
3/** Context for keeping track of errors from the server */
4interface ServerErrorsContextProps {
5 [key: string]: string
6}
7
8export const ServerErrorsContext = React.createContext(
9 {} as ServerErrorsContextProps,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected