[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-08-21 UTC."],[[["\u003cp\u003e\u003ccode\u003eIMAAdLoadingErrorData\u003c/code\u003e provides details about ad loading failures, including the specific error and any associated user context.\u003c/p\u003e\n"],["\u003cp\u003eIt contains two key properties: \u003ccode\u003eadError\u003c/code\u003e which represents the encountered error, and \u003ccode\u003euserContext\u003c/code\u003e which holds any user-specific data passed in the ad request.\u003c/p\u003e\n"]]],[],null,["IMAAdLoadingErrorData \n\n @interface IMAAdLoadingErrorData : NSObject\n\nAd error data that is returned when the ads loader fails to load the ad.\n- `\n ``\n ``\n `\n\n [adError](#/c:objc(cs)IMAAdLoadingErrorData(py)adError)`\n ` \n The ad error that occurred while loading the ad. \n\n Declaration \n Swift \n\n var adError: ../Classes/IMAAdError.html { get }\n\n Objective-C \n\n @property (nonatomic, readonly) ../Classes/IMAAdError.html *_Nonnull adError;\n\n- `\n ``\n ``\n `\n\n [userContext](#/c:objc(cs)IMAAdLoadingErrorData(py)userContext)`\n ` \n The user context specified in the ads request. \n\n Declaration \n Swift \n\n var userContext: Any? { get }\n\n Objective-C \n\n @property (nonatomic, readonly, nullable) id userContext;"]]