Error information about why the ad inspector failed.
| @interface | AdInspectorError.AdInspectorErrorCode | Constants supported by
AdInspectorError. |
|
| int | ERROR_CODE_ALREADY_OPEN | Ad inspector cannot be opened because it is already open. |
| int | ERROR_CODE_FAILED_TO_LOAD | Ad inspector failed to load. |
| int | ERROR_CODE_INTERNAL_ERROR | Ad inspector had an internal error. |
| int | ERROR_CODE_NOT_IN_TEST_MODE | Ad inspector cannot be opened because the device is not in test mode. |
| int |
getCode()
Gets the error's code.
|
Ad inspector cannot be opened because it is already open.
Ad inspector failed to load.
Ad inspector had an internal error.
Ad inspector cannot be opened because the device is not in test mode. See //developers.google.com/admob/android/test-ads#enable_test_devices for more information.
Creates an AdInspectorError.
| code | the error code. |
|---|---|
| message | a message detailing the error. |
| domain | the error domain. |
Gets the error's code.