Callback called when an error is thrown during request handling
property error | Bun module | Bun BuildDocsReferenceGuidesBlogDiscord/Bun/Serve/UnixServeOptions/errorPerror BuildDocsReferenceGuidesBlogDiscord /Bun/Serve/UnixServeOptions/errorPerror Serve.UnixServeOptions.errorerror?: (this: ServerWebSocketData>, error: ErrorLike) => void | Promisevoid> | Response | PromiseResponse>
Search the reference...
/
property
error: (error) => {
return new Response("Internal Server Error", { status: 500 });
}
Resources
ReferenceDocsGuidesDiscordMerch StoreGitHubBlogToolkit
RuntimePackage managerTest runnerBundlerPackage runnerProject
Bun 1.0Bun 1.1Bun 1.2Bun 1.3RoadmapContributingLicenseBaked with ❤️ in San Francisco
We're hiring →property error | Bun module | Bun,AI智能索引,全网链接索引,智能导航,网页索引
- Callback called when an error is thrown during request handling