[[["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\u003eIMAAdError\u003c/code\u003e objects provide information about errors that occur during ad loading or playback.\u003c/p\u003e\n"],["\u003cp\u003eThese errors are categorized by \u003ccode\u003etype\u003c/code\u003e, further specified by an error \u003ccode\u003ecode\u003c/code\u003e, and may include a descriptive \u003ccode\u003emessage\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eDevelopers can use the \u003ccode\u003etype\u003c/code\u003e, \u003ccode\u003ecode\u003c/code\u003e, and \u003ccode\u003emessage\u003c/code\u003e properties of an \u003ccode\u003eIMAAdError\u003c/code\u003e object to understand and handle ad errors.\u003c/p\u003e\n"]]],[],null,["# GoogleInteractiveMediaAds Framework Reference\n\nIMAAdError\n==========\n\n @interface IMAAdError : NSObject\n\nSurfaces an error that occurred during ad loading or playing.\n- `\n ``\n ``\n `\n\n ### [type](#/c:objc(cs)IMAAdError(py)type)\n\n `\n ` \n The type of error that occurred during ad loading or ad playing. \n\n #### Declaration\n\n Swift \n\n var type: ../Enums/IMAErrorType.html { get }\n\n Objective-C \n\n @property (nonatomic, readonly) ../Enums/IMAErrorType.html type;\n\n- `\n ``\n ``\n `\n\n ### [code](#/c:objc(cs)IMAAdError(py)code)\n\n `\n ` \n The error code for obtaining more specific information about the error. \n\n #### Declaration\n\n Swift \n\n var code: ../Enums/IMAErrorCode.html { get }\n\n Objective-C \n\n @property (nonatomic, readonly) ../Enums/IMAErrorCode.html code;\n\n- `\n ``\n ``\n `\n\n ### [message](#/c:objc(cs)IMAAdError(py)message)\n\n `\n ` \n A brief description about the error. \n\n #### Declaration\n\n Swift \n\n var message: String? { get }\n\n Objective-C \n\n @property (nonatomic, copy, readonly, nullable) NSString *message;"]]