feat: Exposing upload and download errors in SyncStatus#550
Conversation
🦋 Changeset detectedLatest commit: 49b64b9 The changes in this PR will be included in the next version bump. This PR includes changesets to release 7 packages
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
stevensJourney
left a comment
There was a problem hiding this comment.
Overall this looks good to me so far.
It should be possible add unit tests, at least for the upload error reporting.
@stevensJourney, I've added 2 simple sync status tests which are just a minor extensions of the existing stream tests we have. They are under web for the moment, but I think we can do some work/mocking in the future to be able to move these kinds of tests to |
Added extra information fields to SyncStatus, similar to dart API.