// Token: 0x0600010A RID: 266 RVA: 0x00006344 File Offset: 0x00004744
        private void didFailToLoadRewardedVideoEvent(string dataString)
        {
            Hashtable         hashtable = (Hashtable)CBJSON.Deserialize(dataString);
            CBImpressionError arg       = Chartboost.impressionErrorFromInt(hashtable["errorCode"]);

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