MCPcopy Create free account
hub / github.com/fastify/fastify / FastifyError

Interface FastifyError

fastify.d.ts:38–41  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

36
37declare module '@fastify/error' {
38 interface FastifyError {
39 validationContext?: SchemaErrorDataVar;
40 validation?: FastifySchemaValidationError[];
41 }
42}
43
44type Fastify = typeof fastify

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected