Re: PSA: new CopyableErrorResult class

2018-04-29 Thread smaug
On 04/27/2018 12:14 AM, Ben Kelly wrote: Hi all, I just pushed another helper class that I thought others might find useful. CopyableErrorResult is a specialized form of ErrorResult. Its intended to allow slightly more rich error values to be passed through things like ipdl structure and MozPr

PSA: new CopyableErrorResult class

2018-04-26 Thread Ben Kelly
Hi all, I just pushed another helper class that I thought others might find useful. CopyableErrorResult is a specialized form of ErrorResult. Its intended to allow slightly more rich error values to be passed through things like ipdl structure and MozPromise. This is useful when implementing we