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
Errorinstance’s internal error code.Declaration
Swift
case AD_PLAYBACK_FAILURE = 0x1001 -
Indicates a non-fatal error was reported via the GoogleIMA SDK’s
LOGad event. Ad/content playback is not interrupted by this error.Declaration
Swift
case AD_LOG_ERROR = 0x1002