-
Notifications
You must be signed in to change notification settings - Fork 36
Support array of errors #2
Copy link
Copy link
Closed
Description
Quoting from strongloop/loopback#2123 (comment)
please take this into account while working on the production-grade error handler, to make sure it correctly handles errors that are not Error instances.
We need to support an array of errors here. See how strong-remoting does it now and implement similar logic here: https://github.com/strongloop/strong-remoting/pull/289/files
Reactions are currently unavailable