GoogleContainerTools / GoogleContainerTools/jib
ErrorEntryTemplate should include detail field as well.
Open
area/jib-core
cleanup
priority:p3
- Dominant language
- Java
- Stars
- 14.5k
- Forks
- 1.5k
- PR merge metrics
- No merged PRs in 30d
Description
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.
Contributor guide
Assessment
This issue has not been assessed yet.