VAULT-8719 Support data array for alias clash error response so UI/machines can understand error #17459
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Note that I did need to do a little black magic here. The response as read by the logical framework is the same (nil response, non-nil error), but raw API requests give the full data array. This seems like a pretty good solution to me, as it doesn't return both a resp and an error to the logical framework, but I'm open to other thoughts and opinions and as to whether or not this is the right kind of black magic.
The approach is broadly extensible, in the sense that we can follow the same method again in the future, too.
The body of a response after this change will look a little like this (in the case of a double clash):