GET /rest/folder/errors

在 0.14.53 版本加入.

Takes one mandatory parameter, folder, and returns the list of errors encountered during scanning or pulling.

The results can be paginated using the common pagination parameters.

{
  "folder": "nnhic-sxuae",
  "errors": [
    {
      "path": "noperm.txt",
      "error": "hashing: open /path/to/folder/noperm.txt: permission denied"
    }
  ],
  "page": 1,
  "perpage": 100
}