public virtual void handleCPResponseError(CPAPIHttpOperation operation, HttpResponse httpResponse) { handleCPResponseError(httpResponse); }
protected void handleRequestError(CPAPIHttpOperation operation, HttpResponse httpResponse) { handleCPResponseError(httpResponse); processingRequest = false; }
private void onPurchaseDisneyStoreItemError(CPAPIHttpOperation operation, HttpResponse httpResponse) { Service.Get <EventDispatcher>().DispatchEvent(new DisneyStoreServiceEvents.DisneyStorePurchaseComplete(DisneyStoreServiceEvents.DisneyStorePurchaseResult.Error)); }