Search the reference...
/
property
Callback called when an error is thrown during request handling
error: (error) => { return new Response("Internal Server Error", { status: 500 }); }