-
-
Notifications
You must be signed in to change notification settings - Fork 21
Closed
Labels
good first issueGood for newcomersGood for newcomers
Description
Prerequisites
- I have written a descriptive issue title
- I have searched existing issues to ensure the feature has not already been requested
🚀 Feature Proposal
it would be great to be able to use cause option in fastify errors as well
https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Error/cause
Motivation
No response
Example
const jsError = new Error("hey", { cause: new Error("cause") }) // supported by js
const fError = new FASTIFY_ERROR("hey", { cause: new Error("cause") }); // not supportedReactions are currently unavailable
Metadata
Metadata
Assignees
Labels
good first issueGood for newcomersGood for newcomers