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
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.