1# Video Component Error Codes 2 3> **NOTE** 4> 5> This topic describes only module-specific error codes. For details about universal error codes, see [Universal Error Codes](../errorcode-universal.md). 6 7## 103601 Failed to Create the Player 8 9**Error Message** 10 11Failed to create the media player. 12 13**Description** 14 15This error code is reported when the player fails to be created. 16 17**Possible Causes** 18 19The media service does not exist, or the memory is insufficient. 20 21**Solution** 22 23Destroy the current instance and re-create an instance. If re-creation fails, stop the related operations. 24 25## 103602 Invalid Video Resource 26 27**Error Message** 28 29Not a valid source. 30 31**Description** 32 33This error code is reported when the configured video source is invalid. 34 35**Possible Causes** 36 37The system cannot locate the resource file, or the resource file is corrupted. 38 39**Solution** 40 41Ensure that the resource file exists and is intact, and then reset the video source for the **Video** component. 42