GET /rest/system/error

Returns the list of recent errors.

{
  "errors": [
    {
      "time": "2014-09-18T12:59:26.549953186+02:00",
      "error": "This is an error string"
    }
  ]
}