iOS SDK Errors Reference (iOS)
Identify iOS SDK errors.
This reference documents platform-specifc error and warning codes.
The sources for these errors include:
- Player Javascript components, and loading of said components
- Native provider and the exceptions it may throw
- Native features such as Picture-In-Picture
These error codes extend the existing error codes for the JWP web player.
Setup Errors
Loading Core JS Component
Loading Provider JS Component
Code | Reason | Displayed Message |
---|---|---|
104101 | Failed to load promise.js. | JavaScript file promise.js not found. |
Native Errors
Miscellaneous
Connectivity
Native
General
Picture in Picture
These errors are returned by the native AVPictureInPictureController
delegate error method Apple Developer Documentation.
Warnings
Miscellaneous
Related
Code | Reason | Displayed Message |
---|---|---|
302400 | An error occurred when trying to load the related content. | Error loading related content feed. |
302601 | The playlist XML is not a valid playlist XML. | Related playlist was a malformed XML file. |
302602 | There is no content on the related playlist. | Related playlist is empty. |
302611 | The playlist JSON is not a valid playlist JSON. | Related playlist was a malformed JSON file. |
302650 | The configuration does not contain a valid related URL. | Related content URL is nil. |
Updated 17 days ago