onError

inline fun <T : Any> ApiResult<T>.onError(block: (Throwable) -> Unit): ApiResult<T>