(errorFormatter: SchemaErrorFormatter)
| 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 | */ |
no outgoing calls
no test coverage detected