Closed carlbennettnz closed 9 years ago
The Express HTTP strategy's sendError() and the API's responseFromExternalError() can only handle a single error. We should be able to pass an array of APIErrors to respond to multiple issues.
sendError()
responseFromExternalError()
APIError
Agreed! PR welcome.
The Express HTTP strategy's
sendError()
and the API'sresponseFromExternalError()
can only handle a single error. We should be able to pass an array ofAPIError
s to respond to multiple issues.