-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Change the warnings section of the status to be full error object #1497
Comments
starting :) |
Almost ready, adding an example here to flag to client and downstream peeps. So given this input...
The response from the API has changed to be :
Previously, after the work in #1406 the the |
Would it make sense to use |
Currently it looks like this:
The warnings we make for allow filtering in the code use the ApiException, and in writing the code it would have been easier to just see the ID for the error we created (for the warning).,
Change the warnings list to be a list of ApiExceptions and return the fill error object V2 structure in the response so it has family, scope etc.
change so in the warnings, it is a list of error object v2 like below:
The text was updated successfully, but these errors were encountered: