When encountering an error while performing operations on multiple items, e.g. copyFolder(), Solid-File-Client will record the error and continue with the operation.
Here are the fields in error responses.
The name of the error (e.g. SFCFetchError).
If a single response error occurred, the number of that error, e.g. 404. If multiple errors occured -2. If something other than a response error -1.
A text description of the error.
The url that the error occurred on.
Includes status codes, statusTexts and for some errors solid specific explanations why it probably happened.
An array of successful responses in the case of multiple-item operations.
An array of responses for failed requests in the case of multiple-item operations.
An array of SingleResponseErrors (has properties .response and .message)
An array of errors not related to failed requests.