yarpc / yarpc-go

A message passing platform for Go

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Allow both response payloads and errors to be returned

bufdev opened this issue · comments

Right now, we do not have support for all encodings and transports to return both a valid response payload and an error, you have to return either a response payload with no error, or no response payload with an error. It would be nice to be able to send both.

We may want to track this somewhere else, thoughts?

Closing this as I copied it to the 2.0 Wishlist Tracking Issue.