You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Good question...I'd say yeah, this makes sense. Not returning details is somewhat easier than resolving potentially conflicting ones.
Also, returning multiple errors should be relatively rare, so in those cases you might want to unpack errors and handle them separately. If you use an error handler, you could actually implement a middleware that unpacks these errors for you and passes them to the underlying handler one by one.
Code to reproduce
Is this expected?
The text was updated successfully, but these errors were encountered: