[[["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."],[],["The `GoogleMobileAds.Api.AdInspectorError` class provides details on ad inspector failures. It inherits from `AdError` and includes an `AdInspectorErrorCode` enum, which defines potential error states: `INTERNAL_ERROR`, `FAILED_TO_LOAD`, `NOT_IN_TEST_MODE`, and `ALREADY_OPEN`. The class constructor takes an `IAdInspectorErrorClient`, and the `GetCode()` function returns a `new AdInspectorErrorCode` indicating the specific error. These errors help pinpoint why the ad inspector couldn't be utilized or performed as expected.\n"]]