property ServerInit.onErrorView codeThe handler to invoke when route handlers throw an error. The default error handler logs and returns the error in JSON format. Type(error: unknown) => Response | Promise<Response>View code