ErrorType
enum ErrorType {}
Possible types of ad error type.
-
Unknown Error
Declaration
Objective-C
ERROR_UNKNOWN = 0Swift
case ERROR_UNKNOWN = 0 -
Input output error.
Declaration
Objective-C
ERROR_IOSwift
case ERROR_IO = 1 -
Timeout error.
Declaration
Objective-C
ERROR_TIMEOUTSwift
case ERROR_TIMEOUT = 2 -
Null asset error.
Declaration
Objective-C
ERROR_NULL_ASSETSwift
case ERROR_NULL_ASSET = 3 -
Missing Parameter error.
Declaration
Objective-C
ERROR_MISSING_PARAMETERSwift
case ERROR_MISSING_PARAMETER = 4 -
No ad available error.
Declaration
Objective-C
ERROR_NO_AD_AVAILABLESwift
case ERROR_NO_AD_AVAILABLE = 5 -
Parse error.
Declaration
Objective-C
ERROR_PARSESwift
case ERROR_PARSE = 6 -
Invalid value error.
Declaration
Objective-C
ERROR_INVALID_VALUESwift
case ERROR_INVALID_VALUE = 7 -
Invalid slot error.
Declaration
Objective-C
ERROR_INVALID_SLOTSwift
case ERROR_INVALID_SLOT = 8 -
3P component error.
Declaration
Objective-C
ERROR_3P_COMPONENTSwift
case ERROR_3P_COMPONENT = 9 -
Unsupported 3p feature error.
Declaration
Objective-C
ERROR_UNSUPPORTED_3P_FEATURESwift
case ERROR_UNSUPPORTED_3P_FEATURE = 10 -
Device limit error.
Declaration
Objective-C
ERROR_DEVICE_LIMITSwift
case ERROR_DEVICE_LIMIT = 11 -
Unmatched slot size error.
Declaration
Objective-C
ERROR_UNMATCHED_SLOT_SIZESwift
case ERROR_UNMATCHED_SLOT_SIZE = 12
ErrorType Enumeration Reference