1.2.0 - Add raw errors array to Errors object
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.