microsoftgraph / microsoftgraph/dataconnect-solutions
OneDriveSyncErrors_v0 incorrect documentation
Nobody has claimed this yet.
- Dominant language
- Jupyter Notebook
- Stars
- 72
- Forks
- 52
- PR merge metrics
- No merged PRs in 30d
Description
Describe the bug
Real-world error codes (SyncErrorId) don't match what is in the official documentation for OneDriveSyncErrors_v0 dataset.
For example, there is
- 34 = Shorten the path and try again.
- which is completely missing from the documentation
- 72 = Open the OneDrive activity center and click the error to resolve the issue.
- where documentation states "We couldn't merge the changes in an Office file."
There will probably be a lot more.
To Reproduce
Steps to reproduce the behavior:
- export onedrive sync health + errors reports and match the results with the documentation
Expected behavior
Real-world error IDs match what is stated in the documentation
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Read Datasets/data-connect-dataset-onedrivesyncerrors.md, then export OneDrive sync health and errors reports and compare each SyncErrorId and message with the documented entries. Update the documentation so real-world IDs and descriptions match, including the examples for IDs 34 and 72, and verify the broader list for additional mismatches.
Written by the indexing model from the issue text.
Assessment
- Domain
- documentation
- Issue type
- Documentation
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100