Skip to content

1.2.0 - Add raw errors array to Errors object

Compare
Choose a tag to compare
@stephanschuler stephanschuler released this 06 Sep 14:04
5db8cbc

Sometimes commands orchestrate other commands so that single API for
the browser result in multiple API callse the first endpoint performs.

In this case there's a chance the nested API call already responds with
an error result that can go pretty much unchanged to the browser.

This errors array can now go into an actual Errors object.