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

Interface FastifyError

fastify.d.ts:37–40  ·  fastify.d.ts::FastifyError

Source from the content-addressed store, hash-verified

35
36declare module class="st">'@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