in our case the api sometimes returns a JSON paylo...
# rx
i
in our case the api sometimes returns a JSON payload in http success response to indicate custom errors, so the
Completable
calls aren't catching that. It seems that the solution is to change those to `Single`s (unless anyone has a better suggestion)