GoogleMobileAds.Api.AdInspectorError

Error information about why the ad inspector failed.

Summary

Inheritance

Inherits from: GoogleMobileAds.Api.AdError

Constructors and Destructors

AdInspectorError(IAdInspectorErrorClient client)

Public types

AdInspectorErrorCode{
  ERROR_CODE_INTERNAL_ERROR = 0,
  ERROR_CODE_FAILED_TO_LOAD = 1,
  ERROR_CODE_NOT_IN_TEST_MODE = 2,
  ERROR_CODE_ALREADY_OPEN = 3
}
enum
Error information about why the ad inspector failed.

Public functions

GetCode()

Public types

AdInspectorErrorCode

 AdInspectorErrorCode

Error information about why the ad inspector failed.

Properties
ERROR_CODE_ALREADY_OPEN

Ad inspector cannot be opened because it is already open.

ERROR_CODE_FAILED_TO_LOAD

Ad inspector failed to load.

ERROR_CODE_INTERNAL_ERROR

Ad inspector had an internal error.

ERROR_CODE_NOT_IN_TEST_MODE

Ad inspector cannot be opened because the device is not in test mode.

information.

Public functions

AdInspectorError

 AdInspectorError(
  IAdInspectorErrorClient client
)

GetCode

new AdInspectorErrorCode GetCode()