MCPcopy
hub / github.com/fastify/fastify / FastifyError

Interface FastifyError

fastify.d.ts:37–40  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…