Skip to content

Do not return data on errors

Cal Pratt requested to merge cpratt34/no-res-on-error into master

When returning errors, we had previously been returning an empty proto payload back as well. This leads to confusing errors and is not in-line with expected usage of APIs.

Merge request reports