All Products
Search
Document Center

Object Storage Service:Error responses

Last Updated:Feb 13, 2025

If an error occurs when you use the document 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>

The error message contains the following elements:

  • Code: The error code returned after document processing requests are sent.

  • Message: Detailed information of the error.

    Format of the error message: 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 documents to be processed are stored.

Error codes

The following table describes the error code contained in responses to document processing requests.

Error code

Description

Solution

Imm Client

An error occurred during processing.

Please make sure that the document processing parameters you configure are valid. For more information, see Document processing.

Reference

For more information about other types of errors that might occur when you use Intelligent Media Management (IMM), see Error handling.