You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
From GoogleContainerTools/minikube-build-tools-for-java#113
The
ErrorEntryTemplate
currently hascode
andmessage
. 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.
The text was updated successfully, but these errors were encountered: