IMAAdErrorCode

public enum IMAAdErrorCode : Int, Error, LocalizedError

The ad error codes.

  • Indicates that ad playback failed and the underlying reason can be found in the Error instance’s internal error code.

    Declaration

    Swift

    case AD_PLAYBACK_FAILURE = 0x1001
  • Indicates a non-fatal error was reported via the GoogleIMA SDK’s LOG ad event. Ad/content playback is not interrupted by this error.

    Declaration

    Swift

    case AD_LOG_ERROR = 0x1002