ErrorType

enum ErrorType {}

Possible types of ad error type.

  • Unknown Error

    Declaration

    Objective-C

    ERROR_UNKNOWN = 0

    Swift

    case ERROR_UNKNOWN = 0
  • Input output error.

    Declaration

    Objective-C

    ERROR_IO

    Swift

    case ERROR_IO = 1
  • Timeout error.

    Declaration

    Objective-C

    ERROR_TIMEOUT

    Swift

    case ERROR_TIMEOUT = 2
  • Null asset error.

    Declaration

    Objective-C

    ERROR_NULL_ASSET

    Swift

    case ERROR_NULL_ASSET = 3
  • Missing Parameter error.

    Declaration

    Objective-C

    ERROR_MISSING_PARAMETER

    Swift

    case ERROR_MISSING_PARAMETER = 4
  • No ad available error.

    Declaration

    Objective-C

    ERROR_NO_AD_AVAILABLE

    Swift

    case ERROR_NO_AD_AVAILABLE = 5
  • Parse error.

    Declaration

    Objective-C

    ERROR_PARSE

    Swift

    case ERROR_PARSE = 6
  • Invalid value error.

    Declaration

    Objective-C

    ERROR_INVALID_VALUE

    Swift

    case ERROR_INVALID_VALUE = 7
  • Invalid slot error.

    Declaration

    Objective-C

    ERROR_INVALID_SLOT

    Swift

    case ERROR_INVALID_SLOT = 8
  • 3P component error.

    Declaration

    Objective-C

    ERROR_3P_COMPONENT

    Swift

    case ERROR_3P_COMPONENT = 9
  • Unsupported 3p feature error.

    Declaration

    Objective-C

    ERROR_UNSUPPORTED_3P_FEATURE

    Swift

    case ERROR_UNSUPPORTED_3P_FEATURE = 10
  • Device limit error.

    Declaration

    Objective-C

    ERROR_DEVICE_LIMIT

    Swift

    case ERROR_DEVICE_LIMIT = 11
  • Unmatched slot size error.

    Declaration

    Objective-C

    ERROR_UNMATCHED_SLOT_SIZE

    Swift

    case ERROR_UNMATCHED_SLOT_SIZE = 12