BMPPlayerErrorCode
Deprecated
See PlayerErrorEvent
documentation for list of error codes
Objective-C
enum BMPPlayerErrorCode : NSInteger {}
Swift
typealias PlayerError.Code._ErrorType = PlayerError
This enum represents the error codes that can be associated with PlayerErrorEvent.
-
Deprecated
See
PlayerErrorEvent
documentation for list of error codesVerification of the player license key failed. A valid license must be provided in the Info.plist file or in the PlayerConfiguration.
Declaration
Objective-C
BMPPlayerErrorCodeLicenseKeyNotFound = 1002
Swift
case licenseKeyNotFound = 1002
-
Deprecated
See
PlayerErrorEvent
documentation for list of error codesThe license request failed or was denied by the server. One possible reason is that the Bundle ID of the app is not authorized for the specified player license key. Make sure that the Bundle ID of the application is registered for the license key provided in the Info.plist file or in the PlayerConfiguration. This can be done in the Bitmovin dashboard.
Declaration
Objective-C
BMPPlayerErrorCodeLicenseAuthenticationFailed = 1003
Swift
case licenseAuthenticationFailed = 1003
-
Deprecated
See
PlayerErrorEvent
documentation for list of error codesA general error code for Advertising errors.
Declaration
Objective-C
BMPPlayerErrorCodeAdvertising = 1004
Swift
case advertising = 1004
-
Deprecated
See
PlayerErrorEvent
documentation for list of error codesFailed to deserialize object to JSON.
Declaration
Objective-C
BMPPlayerErrorCodeJsonDeserializationFailed = 1099
Swift
case jsonDeserializationFailed = 1099
-
Deprecated
See
PlayerErrorEvent
documentation for list of error codesA general error code for network errors.
Declaration
Objective-C
BMPPlayerErrorCodeNetworkGeneral = 1200
Swift
case networkGeneral = 1200