jib icon indicating copy to clipboard operation
jib copied to clipboard

ErrorEntryTemplate should include detail field as well.

Open coollog opened this issue 8 years ago • 2 comments

From https://github.com/GoogleCloudPlatform/minikube-build-tools-for-java/issues/113

The ErrorEntryTemplate currently has code and message. It should also have the details field of registry errors to give more details on a registry error back to the user.

So that the details can also be added to a RegistryErrorException.

To implement this, a custom deserializer for the detail field is needed since the detail field can have arbitrary JSON keys.

coollog avatar Jan 29 '18 00:01 coollog

Hi, is someone is working on this issue, as I like to work on this issue.

zeeshan58 avatar Feb 16 '19 12:02 zeeshan58

Hi @zeeshan58, no one's working on this. We appreciate contributions.

chanseokoh avatar Feb 16 '19 12:02 chanseokoh