Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Specific Upload Error Handling (#51)
# Specific Upload Error Handling ## ♻️ Current situation & Problem Previously, uploads of `HKQuantityTypeIdentifierPhysicalEffort` were throwing errors before the other samples could be uploaded. ## ⚙️ Release Notes Now that there is separation of concerns between computing properties of ECGs and uploading them, valid samples will still be successfully uploaded, even if other samples throw `HealthKitOnFHIR.HealthKitOnFHIRError.notSupported`. ## 📚 Documentation Next steps will involve adding new support for some samples to HealthKitOnFHIR and updating the documentation of [supported quantity sample types](https://swiftpackageindex.com/stanfordbdhg/healthkitonfhir/0.2.5/documentation/healthkitonfhir/supportedhkquantitytypes). ## ✅ Testing Uploaded requests can be viewed in the Mock Web Service tab while debugging. ### Code of Conduct & Contributing Guidelines By submitting creating this pull request, you agree to follow our [Code of Conduct](https://github.com/StanfordBDHG/.github/blob/main/CODE_OF_CONDUCT.md) and [Contributing Guidelines](https://github.com/StanfordBDHG/.github/blob/main/CONTRIBUTING.md): - [x] I agree to follow the [Code of Conduct](https://github.com/StanfordBDHG/.github/blob/main/CODE_OF_CONDUCT.md) and [Contributing Guidelines](https://github.com/StanfordBDHG/.github/blob/main/CONTRIBUTING.md).
- Loading branch information