ReturnOnErrorCall

constructor(originalCall: Call<T>, scope: CoroutineScope, onErrorReturn: suspend (originalError: StreamError) -> Result<T>)