[[["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 2023-11-14 UTC."],[[["IMAAdLoadingErrorData provides details about ad loading failures, including the specific ad error and any associated user context."],["It includes properties to access the `IMAAdError` object and user-specific data provided during the ad request."]]],["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"]]