Open
Description
Is your feature request related to a problem? Please describe.
See idea #375
Describe the solution you'd like
FailedRequests on PullResult now only returns the ServiceResponse. This is great to have failure reporting from the communication with the server, but it does not cover local problems (e.g. trying to write null to a non-nullable property).
It would be great if FailedRequests also returned Exception information on local problems to make troubleshooting easier.
Describe alternatives you've considered
None
Additional context