OMIDErrorType

Objective-C

enum OMIDErrorType : NSUInteger {}

Swift

enum OMIDErrorType : UInt, @unchecked Sendable

List of supported error types.

  • The integration is publishing a “generic” error to verification scripts.

    Declaration

    Objective-C

    OMIDErrorGeneric = 1

    Swift

    case generic = 1
  • The integration is publishing a “video” error to verification scripts.

    Declaration

    Objective-C

    OMIDErrorMedia = 2

    Swift

    case media = 2