GoogleContainerTools / minikube-build-tools-for-java

Minikube lifecycle management tools for Gradle and Maven.
Apache License 2.0
57 stars 27 forks source link

ErrorEntryTemplate should include detail field as well #113

Closed coollog closed 6 years ago

coollog commented 6 years ago

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 commented 6 years ago

Moved to https://github.com/google/jib/issues/19