If an error occurs when you use the media processing feature, the error code and error message will be returned so that you can identify and rectify the error.
Error responses
The following code provides an example of error responses.
<Error>
<Code>Imm Client</Code>
<Message>InvalidArgument, [target]:is required. 9D31D05E-FC1C-582E-B31E-3E1327F97B53</Message>
<RequestId>647EB6AC7B423D3538DB6D61</RequestId>
<HostId>userdomain</HostId>
</Error>An error response contains the following elements:
Code: The error code returned after media processing requests are sent.Message: Detailed information of the error.Format of error message:
IMM error code, IMM error info, [IMM request ID] (optional).RequestId: The unique UUID identifying the error request, which is required for cause analysis if you resort to technical support.HostId: The endpoint of the bucket in which video and audio files to be processed are stored.
Error code
The following table describes the error code contained in responses to media processing requests.
Error code | Description | Solution |
Imm Client | An error occurred during processing. | Configure the parameters correctly. For more information, see ApsaraVideo Media Processing Parameters. |
Reference
For more information about other types of errors that might occur when you use Intelligent Media Management (IMM), see Error Handling.