Error code HTTP status code Error message Description
NoPermission 403 You are not authorized to perform this operation. The error message returned because you are not authorized to perform the operation.
BadRequest 400 The request has invalid parameters. The error message returned because the request has invalid parameters.
InstanceStatusError 409 Your instance is unavailable. The error message returned because the instance is unavailable. For example, the instance has overdue payments.
DeniedRequest 403 Your request was denied due to instance flow control. The error message returned because your request was denied due to throttling.
InvalidInstance 400 The specified instance name is invalid. The error message returned because the instance name is invalid.
NoCaretSeperator 400 The body content is missing the ^ separator. The error message returned because the ^ delimiter is missing in the body.
EmptyMeta 400 The body content has an empty meta field. The error message returned because the meta field in the body is empty.
InvalidMetaItem 400 The meta field is invalid. The error message returned because the meta field is invalid.
NoPicList 400 The body content is missing the pic_list parameter. The error message returned because the pic_list parameter is not specified in the body.
InvalidPicList 400 The specified pic_list parameter is invalid. The error message returned because the pic_list parameter is invalid.
NoSpecifiedPic 400 The content of an image is not specified in the HTTP POST body. The error message returned because the content of an image is not specified in the body.
NoSpecifiedSearchPic 400 The search image is not specified. The error message returned because no image is specified for the query.
InvalidCategory 400 The specified category is invalid. The error message returned because the specified category is invalid.
OverflowMaxResultNum 400 The specified number of total results exceeds the maximum of 500. The error message returned because the specified number of total results exceeds the maximum of 500.
OverflowMaxReturnNum 400 The specified number of results for each request exceeds the maximum of 100. The error message returned because the specified number of results for each request exceeds the maximum of 100.
InvalidStartParameter 400 The specified parameter s is invalid. The error message returned because the specified value of the s parameter is invalid.
InvalidNumParameter 400 The specified parameter n is invalid. The error message returned because the specified value of the n parameter is invalid.
NoSpecifiedAddPic 400 The image to insert is not specified. The error message returned because no new image is specified.
NoSpecifiedItemId 400 The item_id parameter is not specified. The error message returned because the item_id parameter is not specified.
InvalidIntAttr 400 The specified int_attr field is invalid. The error message returned because the specified value of the int_attr field is invalid.
UnsupportedPicFormat 400 The specified image format is invalid. The error message returned because the specified image format is not supported.
InvalidFilterClause 400 The specified filtering condition is invalid. The error message returned because the specified filter condition is invalid.
InstanceOverQuota 400 The number of items exceeds the limit. The error message returned because the number of instances exceeds the limit.
IncorrectOrientation 400 The image contains incorrect rotation flags in the meta data. The error message returned because the image contains invalid rotation information.
UnsupportedPicPixels 400 The specified pixels is not supported. The error message returned because the specified image pixels are not supported.
SearchTimeout 400 The request is timed out. The error message returned because the request timed out.
PicNotExist 400 The search picture does not exist. The error message returned because the specified image does not exist in the instance.
NoSpecifiedProductId 400 The parameter ProductId no specified. The error message returned because the ProductId parameter is not specified.
NoSpecifiedPicName 400 The parameter PicName no specified. The error message returned because the PicName parameter is not specified.
NoSpecifiedPicContent 400 The parameter PicContent no specified. The error message returned because the PicContent parameter is not specified.
InvalidType 400 The specified parameter Type is not valid. The error message returned because the specified value of the Type parameter is invalid.
InvalidProductId 400 The specified parameter ProductId is not valid. The error message returned because the specified value of the ProductId parameter is invalid.
InvalidPicName 400 The specified parameter PicName is not valid. The error message returned because the specified value of the PicName parameter is invalid.
InvalidStrAttr 400 The specified parameter StrAttr is not valid. The error message returned because the specified value of the StrAttr parameter is invalid.
InvalidCustomContent 400 The specified parameter CustomContent is not valid. The error message returned because the specified value of the CustomContent parameter is invalid.
InvalidPicContent 400 The specified parameter PicContent length greater than 2 * 1024 * 1024. The error message returned because the image size exceeds 2 MB.
TimeoutForTransferImage 400 Timeout after 5 seconds waiting for images transfer to complete. The error message returned because image transmission is not completed in 5 seconds.

System errors

Error code HTTP status code Error message Description
NetworkException 500 A network error occurred. The error message returned because the network error occurred.
RequestTimeout 500 The request is timeout. The error message returned because the request timed out.
UnsupportedInstanceType 500 The instance type is not supported. The error message returned because the instance type is not supported.
UnsupportedOperationType 500 The specified action is not supported. The error message returned because the specified action is not supported.
ExtractFeatureTimeout 500 The request was timed out while extracting features. The error message returned because the request timed out during feature extraction.
AccessEngineFailed 500 An error occurred while accessing the search engine. The error message returned because the search engine failed to be accessed.
InternalOssError 500 An internal OAS error occurred. The error message returned because the internal OAS error occurred.
InternalSwiftError 500 An internal SWIFT error occurred. The error message returned because the internal SWIFT error occurred.
InternalTableStoreError 500 An internal Table Store error occurred. The error message returned because the internal Tablestore error occurred.
InternalError 500 An internal server error occurred. The error message returned because the internal error occurred.