Encode/Decode the Result type to/from JSON.
This is used for the API responses. Also, this changes supports decoding of errors in the response back to Outcome.
Ticket(s)
n/a
Links(s)
n/a
Dependencies
n/a
Design
The sample response below will be correctly decoded to an Outcome with a list of Err values.
Overview
Encode/Decode the Result type to/from JSON. This is used for the API responses. Also, this changes supports decoding of errors in the response back to Outcome.
Ticket(s)
n/a
Links(s)
n/a
Dependencies
n/a
Design
The sample response below will be correctly decoded to an Outcome with a list of Err values.
Notes
n/a
Pending
n/a
Tests
Added unit-tests