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