Join Slack
Powered by
For the possibility that the server would send bac...
# getting-started
c
cdepillabout
06/13/2016, 2:28 AM
For the possibility that the server would send back a response that is not actually serializable as an
Int
, you could just make the
Call<>
type be a sum type with two subtypes:
CallSuccess<>
and
CallError<>
or something.
Open in Slack
Previous
Next