Media Error Codes
Note:
Currently in the beta phase.
Note:
The following describes only the module-specific error codes. For general error codes, please refer to the Universal Error Code Documentation.
5400101 Memory Allocation Failed
Error Message
No memory.
Error Description
Failed to allocate memory.
Possible Causes
- The number of instances exceeds 16.
- A null pointer occurred due to failure in the
newormallocprocess.
Resolution Steps
Destroy the current instance and recreate it. If recreation fails, stop the related operations.
5400102 Operation Not Allowed in Current State Machine
Error Message
Operation not allowed.
Error Description
The current operation is not permitted.
Possible Causes
The current state machine does not support this operation.
Resolution Steps
Verify whether the current state supports the operation. Switch the instance to the correct state to perform the proper operation.
5400103 I/O Error Occurred
Error Message
I/O error.
Error Description
An I/O error occurred.
Possible Causes
Data interaction issues between the media module and other modules (graphics, audio, network, HDI, camera).
Resolution Steps
Check if the network is functioning properly. Destroy the current instance and recreate it. If recreation fails, stop the related operations.
5400104 Operation Timeout
Error Message
Operation timeout.
Error Description
The operation timed out.
Possible Causes
- Network timeout. The default network timeout is 15 seconds, starting from the event reporting after buffering begins. This error is reported upon timeout.
- Timeout when accessing other modules.
Resolution Steps
- Check if the network is functioning properly.
- Destroy the current instance and recreate it. If recreation fails, stop the related operations.
5400105 Playback Service Died
Error Message
Service died.
Error Description
The playback service died.
Possible Causes
The playback service died.
Resolution Steps
Destroy the current instance and recreate it. If recreation fails, stop the related operations.
5400106 Unsupported Format
Error Message
Unsupported format.
Error Description
The format is not supported.
Possible Causes
Unsupported file or format.
Resolution Steps
The currently used format is not supported. The user must switch to a supported format.
5400107 Audio Focus Conflict
Error Message
Audio interrupted.
Error Description
Recording failed due to audio focus conflict.
Possible Causes
Another process has occupied the audio focus, making it unavailable.
Resolution Steps
Destroy the current instance and check if another process is currently recording. If the occupying process can be stopped, recreate the instance.
5411001 Host Resolution or Connection Error
Error Message
Can not find host.
Error Description
Failed to resolve or connect to the server address.
Possible Causes
- Incorrect server address.
- Failed to resolve the server address.
Resolution Steps
The current server address is incorrect or cannot be resolved. Use a different server address.
5411002 Network Connection Timeout
Error Message
Connection time out.
Error Description
Network connection timed out.
Possible Causes
Network anomaly.
Resolution Steps
- Check if the network is functioning properly.
- Destroy the current instance and recreate it. If recreation fails, stop the related operations.
5411003 Data or Link Anomaly Due to Network Issues
Error Message
NetWork abnormal.
Error Description
Data or link anomaly caused by network issues.
Possible Causes
Network anomaly.
Resolution Steps
Destroy the current instance and recreate it. If recreation fails, stop the related operations.
5411004 Network Disabled
Error Message
NetWork unavailable.
Error Description
Error caused by disabled network.
Possible Causes
Network is disabled.
Resolution Steps
- Check if the network is disabled.
- Destroy the current instance and recreate it. If recreation fails, stop the related operations.
5411005 No Permission, Access Denied
Error Message
No permission.
Error Description
No access permission.
Possible Causes
No access permission.
Resolution Steps
- Verify if access permission is granted.
- Destroy the current instance and recreate it. If recreation fails, stop the related operations.
5411006 Client Request Parameter Error or Exceeds Processing Capacity
Error Message
Network access denied.
Error Description
Client request parameters are incorrect or exceed processing capacity.
Possible Causes
Client request parameters are incorrect or exceed processing capacity.
Resolution Steps
- Verify if the request parameters are correct.
- Destroy the current instance and recreate it. If recreation fails, stop the related operations.
5411007 No Available Resources
Error Message
Cannot find available network resources.
Error Description
No available network resources.
Possible Causes
Server address anomaly.
Resolution Steps
- Check if the server address is correct.
- Destroy the current instance and recreate it. If recreation fails, stop the related operations.
5411008 Server Failed to Validate Client Certificate
Error Message
SSL client cert needed.
Error Description
SSL client is untrusted. Server failed to validate the client certificate.
Possible Causes
No certificate provided, invalid certificate, or expired certificate.
Resolution Steps
- Verify if the SSL certificate is valid.
- Destroy the current instance and recreate it. If recreation fails, stop the related operations.
5411009 SSL Connection Failed
Error Message
SSL connection failed.
Error Description
SSL connection failed.
Possible Causes
SSL connection failed.
Resolution Steps
- Check if the SSL connection has expired.
- Destroy the current instance and recreate it. If recreation fails, stop the related operations.
5411010 Client Failed to Validate Server Certificate
Error Message
SSL server cert needed.
Error Description
SSL server is untrusted. Client failed to validate the server certificate.
Possible Causes
No certificate provided, invalid certificate, or expired certificate.
Resolution Steps
- Verify if the SSL certificate is valid.
- Destroy the current instance and recreate it. If recreation fails, stop the related operations.
5411011 Request Not Supported Due to Network Protocol Issues
Error Message
Unsupportted request.
Error Description
Client request parameters are incorrect or exceed processing capacity.
Possible Causes
Client request parameters are incorrect or exceed processing capacity.
Resolution Steps
- Verify if the client request parameters are correct.
- Destroy the current instance and recreate it. If recreation fails, stop the related operations.