open-component-model / ocm

Open Component Model (Software Bill of Delivery Toolset)
https://ocm.software
Apache License 2.0
32 stars 23 forks source link

forward error message from OCI registry #848

Closed mandelsoft closed 1 month ago

mandelsoft commented 1 month ago

What this PR does / why we need it:

the used containerd lib extracts a potential error from the response body of an OCI rest call, but the error object does not report this content with its Error method.

The error object has been copied into this library and fixed accordingly.

Which issue(s) this PR fixes: