-
-
Notifications
You must be signed in to change notification settings - Fork 21
Implement RFC7807 #64
Copy link
Copy link
Open
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers
Prerequisites
🚀 Feature Proposal
We could implement a toRFC7807-method, which creates RFC7807-compatible JSON Response to FastifyError and use it in fastify 4 by default.
So we could create a new Error like this
and then the resulting JSON would be:
Motivation
No response
Example
No response