I would have liked to track down the problem, but I've never played with Rust :)
Error
When synching standard SAP content classified as "Configure-only" content (Like this one)

cpi-sync halts with the exception
Custom { kind: Other, error: "API Artifact Download Failed!" }

Alternatives
- Add an option to ignore exceptions and continue, probably here:
- Add a filter to do not process standard content
I would have liked to track down the problem, but I've never played with Rust :)
Error
When synching standard SAP content classified as "Configure-only" content (Like this one)
cpi-sync halts with the exception
Custom { kind: Other, error: "API Artifact Download Failed!" }Alternatives
cpi-sync/src/lib.rs
Line 153 in ed0542f