[[["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 2025-08-20 UTC."],[[["\u003cp\u003eIMAAdLoadingErrorData provides details about ad loading failures, including the specific ad error and any associated user context.\u003c/p\u003e\n"],["\u003cp\u003eIt includes properties to access the \u003ccode\u003eIMAAdError\u003c/code\u003e object and user-specific data provided during the ad request.\u003c/p\u003e\n"]]],["The `IMAAdLoadingErrorData` class provides information about ad loading failures. It contains two key properties: `adError`, which is a non-null `IMAAdError` object detailing the specific error that occurred during the ad loading process, and `userContext`, which is an optional field reflecting the context provided in the initial ad request. These properties are read-only and accessible through both Swift and Objective-C. `adError` is always available; `userContext` can be null.\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;"]]