// Token: 0x060000FB RID: 251 RVA: 0x0000606C File Offset: 0x0000446C
        private void didFailToLoadInterstitialEvent(string dataString)
        {
            Hashtable         hashtable = (Hashtable)CBJSON.Deserialize(dataString);
            CBImpressionError arg       = Chartboost.impressionErrorFromInt(hashtable["errorCode"]);

            if (Chartboost.didFailToLoadInterstitial != null)
            {
                Chartboost.didFailToLoadInterstitial(CBLocation.locationFromName(hashtable["location"] as string), arg);
            }
        }