alexfacciorusso
02/20/2019, 11:17 AMhttpClient.get<Result<MyApiResponseType>>(...)
and getting a result object that will contain its success/fail state, the exception etc.bdawg.io
02/20/2019, 3:59 PMalexfacciorusso
02/21/2019, 5:17 PMResult
object. Result is a Sealed class that will Success if the response has been successful and Failure, containing the message of the failing response, in case the response code is not successful