MCPcopy
hub / github.com/fastify/fastify / setSchemaErrorFormatter

Method setSchemaErrorFormatter

types/instance.d.ts:540–540  ·  view source on GitHub ↗
(errorFormatter: SchemaErrorFormatter)

Source from the content-addressed store, hash-verified

538 * Set the schema error formatter for all routes.
539 */
540 setSchemaErrorFormatter(errorFormatter: SchemaErrorFormatter): FastifyInstance<RawServer, RawRequest, RawReply, Logger, TypeProvider>;
541 /**
542 * Add a content type parser
543 */

Callers 2

instance.tst.tsFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected