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
{{ message }}
This repository has been archived by the owner on May 6, 2021. It is now read-only.
Currently, rest api calls that fail returns a single instance of error ( { "error": "description" } ) but there are cases when there would be multiple errors that need to be propagated to the caller e.g. Tenant Info returns a list of errors. So the proposal is to change the error to a list of errors.
The text was updated successfully, but these errors were encountered:
Currently, rest api calls that fail returns a single instance of error (
{ "error": "description" }
) but there are cases when there would be multiple errors that need to be propagated to the caller e.g. Tenant Info returns a list of errors. So the proposal is to change the error to a list of errors.The text was updated successfully, but these errors were encountered: