docker-archive / migrator

Tool to migrate Docker images from Docker Hub or v1 registry to a v2 registry
Apache License 2.0
160 stars 82 forks source link

Better API errors messages #114

Closed alastairhm closed 6 years ago

alastairhm commented 6 years ago

Updated the error messages for API so it is easier to track down the what is actually failing.

mbentley commented 6 years ago

@alastairhm - Thanks a ton for the PR. I think in my head I was over-engineering how to pass along more detailed errors but this helps greatly! LGTM!