All Products
Search
Document Center

Object Storage Service:0016-00000801

Last Updated:Jul 21, 2023

Problem description

An error occurred while processing the SelectObject request.

Causes

You initiated a SelectObject request to query objects, but an error occurred while processing the request.

Examples

None

Solutions

SelectObject returns error codes by using the following methods:

  • The HTTP status code is included in the response header and the error message is included in the response body, which is the same as other Object Storage Service (OSS) requests. Error codes returned in this manner indicate that input errors such as an invalid SQL statement or data errors occur.

  • Error codes are returned in the End Frame of the response body. Error codes returned in this manner indicate that the data is incorrect or does not match the data type that is specified in the SQL statement. For example, a string exists in a column for which the type is set to integer in the SQL statement. In this case, part of data is processed, and the processed data is sent to the client. However, HTTP status code 206 is still returned.

You can troubleshoot issues based on the error codes and error messages.

References

SelectObject