Error responses

更新时间:
复制 MD 格式

When a document processing request fails, OSS returns an XML error response containing an error code and details to help you identify and fix the issue.

Error response structure

The following is an example error response:

<Error>
  <Code>Imm Client</Code>
  <Message>InvalidArgument, [target]:is required. 9D31D05E-FC1C-582E-B31E-3E1327F97B53</Message>
  <RequestId>647EB6AC7B423D3538DB6D61</RequestId>
  <HostId>userdomain</HostId>
</Error>

The response includes the following fields:

FieldDescription
CodeThe error code returned for the document processing request.
MessageDetails about the error. Format: IMM error info, [IMM request ID] (optional).
RequestIdThe unique UUID identifying the failed request. Provide this ID when contacting technical support for cause analysis.
HostIdThe endpoint of the bucket where the documents to be processed are stored.

Error codes

Error codeDescriptionSolution
Imm ClientAn error occurred during document processing.Verify that the document processing parameters you configure are valid. For parameter details, see Document processing.

What's next

For errors returned by Intelligent Media Management (IMM) outside of the OSS document processing context, see Error handling.