Error codes

更新时间:
复制 MD 格式

This page lists error codes returned by the OpenSearch High-Performance Search Edition API, grouped by functional area. Each entry includes the legacy numeric code for migration reference.

How to use this page: If you receive a 4xx-series error, fix your request before retrying. If you receive a 5xx-series internal error (InternalError), retry the request after a short delay. For throttling errors (Throttling.User, Algorithm.Throttling), implement exponential backoff.

1XXX: Common errors

Error codeEarlier error codeDescription
InternalError1000An internal error occurred.
App.InvalidParameter.SchemaEmpty1001The application schema is not defined.
InvalidParameter.ReservedWord1005The name contains one or more reserved words.
InternalError1006The request to access the backend service timed out. Retry later.
InvalidParameter1007One or more request parameter formats are invalid.
NotFound1010The specified resource does not exist.
Duplicated1011The specified resource already exists.
OutOfRange1012The number of resources exceeds the upper limit.
InternalError1100An internal error occurred.

20XX: Applications and application versions

Error codeEarlier error codeDescription
App.NotFound2001The specified application does not exist.
App.Duplicated2002The specified application already exists.
App.InvalidParameter.Name2004The application name is invalid. The name can contain digits, letters, and underscores (_), must be 1–30 characters long, and must start with a letter.
App.InvalidParameter.NameEmpty2005The application name is not specified.
App.OutOfRange.DescriptionLength2007The description exceeds 300 characters.
App.InvalidParameter.Summary2008The summary parameter is invalid.
UnknownCode.20092009The application status failed to update.
App.AbnormalStatus.Pause2010The application is being paused.
App.AbnormalStatus.Forbid2011The application is being frozen.
App.NotFound2019The specified application version does not exist.
App.Forbidden.OnlineVersion2021The version to be deleted is online. Publish an offline version before deleting the online version.
App.Forbidden.VersionProcessing2022The previous version is still being created. Wait until it is created before creating another version.
App.InvalidParameter.RealtimeShared2023The realtime_shared parameter is invalid or not specified.
App.InvalidParameter.Version2024A version ID was specified when creating the version.
App.Forbidden.QueryProcessor2025Standard applications do not support query analysis.
App.Forbidden.Suggest2026Standard applications do not support drop-down suggestions.
App.Unavailable2027Full data is being imported to this version, or the import is already complete. You cannot reimport full data to this version.
App.Unavailable.NotReady2028The application is still being created. Wait until it is created before importing full data.
App.InvalidParameter.Type2029The specified application type is invalid.
App.InvalidParameter.Type2030The current application type does not support the specified request URI.
App.Unavailable.NotProcessing2031Full data is not being imported to this application.
App.CountExceeded2033The number of application versions exceeds the upper limit.
App.Forbidden.Modify2035The specified application cannot be modified.
App.Forbidden.Modify2036The specified application cannot be modified.
AppGroup.Duplicated2038The specified application group already exists.
AppGroup.NotFound2039The specified application group does not exist.
App.Forbidden.StatusAbnormal2040The application is in an abnormal state. Retry later.
App.Forbidden.Creation2041The region is unavailable. Applications cannot be created in this region.
App.InvalidParameter.SortBy2050The sort_by parameter is invalid.
AppGroup.Forbidden.Removing2060The application is being deleted.
AppGroup.Forbidden.HasApps2061Not all application versions have been deleted. Delete all versions before deleting the application.
AppGroup.Forbidden.OperationInProgress2098The application configuration is being updated. Retry later.
App.NotFound8003The specified application does not exist.

21XX: Fine sort expressions

Error codeEarlier error codeDescription
Formula.NotFound2101The specified expression does not exist.
Formula.Duplicated2102The specified expression name already exists.
Formula.CountExceeded2103The number of expressions created for the application exceeds the upper limit.
Formula.InvalidParameter.Name2104The expression name is invalid. The name can contain digits, letters, and underscores (_), must be 1–30 characters long, and must start with a letter.
Formula.InvalidParameter.NameEmpty2105The expression name is not specified.
Formula.InvalidParameter.Meta2109The expression format is invalid.
Formula.OutOfRange.MetaLength2110The expression length exceeds the upper limit.
Formula.InvalidParameter.Meta2112The expression format is invalid.
Formula.InvalidParameter.MetaEmpty2113The expression is not specified.

22XX: Rough sort expressions

Error codeEarlier error codeDescription
Formula.InvalidParameter.NameEmpty2201The rough sort expression name is not specified.
Formula.Duplicated2202The rough sort expression name already exists.
Formula.CountExceeded2203The number of rough sort expressions exceeds the upper limit.
Formula.InvalidParameter.Name2204The rough sort expression name is invalid. The name can contain digits, letters, and underscores (_), must be 1–30 characters long, and must start with a letter.
Formula.OutOfRange.NameLength2205The rough sort expression name exceeds the length limit.
Formula.InvalidParameter.AttributeType2206The rough sort expression contains invalid fields. Fields must be of the numeric type and must be filterable.
Formula.NotFound2207The specified rough sort expression does not exist.
Formula.InvalidParameter.AttributeTypeEmpty2208The rough sort expression does not contain any fields.
Formula.InvalidParameter.Weight2209The weight setting is invalid. The weight must be a non-zero value in the range –100,000 to 100,000, with up to six decimal places.
Formula.InvalidParameter.FieldType2211The function contains invalid parameter values. Values must be of the INT type and must be filterable. The normalize function also accepts FLOAT and DOUBLE.
Formula.InvalidParameter.RedundantArguments2212The function contains unexpected parameters.

23XX: Query analysis

Error codeEarlier error codeDescription
QueryProcessor.Duplicated2300The query analysis rule name already exists.
QueryProcessor.Duplicated.IndexName2301The index fields in the query analysis rule conflict with each other.
QueryProcessor.OutOfRange.NameLength2303The query analysis rule name exceeds the length limit.
QueryProcessor.NotFound2307The specified query analysis rule does not exist.
QueryProcessor.InvalidParameter.Format2308One or more feature name formats are invalid.
QueryProcessor.CountExceeded2309The number of query analysis rules exceeds three.
QueryProcessor.InvalidParameter.Name2312The query analysis rule name is invalid.
QueryProcessor.InvalidParameter.Index2313The query analysis rule contains invalid index fields.
QueryProcessor.NotFound.Domain2315The specified industry is not supported.
QueryProcessor.NotFound.Domain2316The specified industry does not match the analyzer configured for index fields.
QueryProcessor.InvalidParameter.DomainIndexesMismatch2317The specified industry does not match the specified analyzer.
QueryProcessor.InvalidParameter.DomainProcessorsMismatch2318The fields used for model training are not included in index fields.
QueryProcessor.InvalidParameter.DomainIndexesMismatch2319No analyzer is configured for the index fields used in named entity recognition (NER).
QueryProcessor.InvalidParameter.AnalyzerMismatch2320The analyzer configured for the NER intervention dictionary does not match the analyzer configured for index fields.

24XX: Drop-down suggestions

Error codeEarlier error codeDescription
Suggestion.CountExceeded2402The number of drop-down suggestions exceeds the upper limit.
Suggestion.InvalidParameter.IdEmpty2403The drop-down suggestion model ID is not specified.
Suggestion.InvalidParameter.Name2405The drop-down suggestion model name is invalid. The name must be unique, can contain only digits, letters, and underscores (_), must be 1–16 characters long, and must start with a lowercase letter.
Suggestion.InvalidParameter.WhiteList2407An error occurred in the drop-down suggestion whitelist.
Suggestion.InvalidParameter.BlackList2408An error occurred in the drop-down suggestion blacklist.
Suggestion.CountExceeded.Id2411No application ID is specified for the drop-down suggestion model.
Suggestion.InvalidParameter.Field2418An error occurred in the fields used to train the drop-down suggestion model.
Suggestion.Duplicated.Ownership2426The drop-down suggestion model is configured for multiple applications.
Suggestion.OperationFailed.Creation2427The drop-down suggestion model failed to be created.
Suggestion.OperationFailed.Deletion2428The drop-down suggestion model failed to be deleted.
Suggestion.InvalidParameter.Quota2429The drop-down suggestion quota is invalid.
Suggestion.NotFound2551The specified drop-down suggestion model does not exist.

25XX: Search result summaries

Error codeEarlier error codeDescription
Summary.Empty.Field2501The field for which you want to configure a search result summary does not exist.
Summary.InvalidParameter.FieldType2502One or more fields are invalid. Search result summaries can only be configured for fields of the TEXT or SHORT_TEXT type.
Summary.OutOfRange.Length2503The len parameter is invalid. The value must be an integer in the range 1–300.
Summary.InvalidParameter.Snippet2504The snippet parameter is invalid. The value must be an integer in the range 1–5.

26XX: Display fields

Error codeEarlier error codeDescription
FetchField.Empty2601The fetchFields parameter is not specified.
FetchField.InvalidParameter2602The fetchFields parameter is invalid.

27XX: Earlier algorithm errors

Error codeEarlier error codeDescription
Algorithm.NotFound2701The specified algorithm does not exist.
Algorithm.InvalidParameter.Type2702The algorithm type is invalid.
Algorithm.InvalidParameter.DataSourceClickLog2704The DataSourceClickLog parameter is invalid.
Algorithm.InvalidParameter.DataSourceTrainingField2706One or more fields used for model training are invalid.
Algorithm.Unavailable2707The specified algorithm is unavailable.
Algorithm.Duplicated2708The specified algorithm already exists.
Algorithm.NotFound.Model2709The specified model does not exist.
Algorithm.TaskUnfinished2710The model training task is incomplete.
Algorithm.Unavailable.Model2711No model is available.
Algorithm.Unavailable.App2712The algorithm is unavailable for the specified application.

30XX: Document pushing and checking

Error codeEarlier error codeDescription
Document.Empty3001The specified document is empty.
Document.OutOfRange.DocSize3002The document size exceeds the upper limit.
Document.InvalidParameter.Cmd3006The command used to process the document is invalid.
Throttling.User3007Too many requests submitted in a short period. Implement exponential backoff and retry.
Document.OutOfRange.TotalLength3008The total document size exceeds the upper limit.
Document.OutOfRange.DocCount3010The number of documents is invalid.
DataCollection.Forbidden3011Documents cannot be pushed via API call.
Document.InvalidParameter8004One or more parameters are invalid.

4XXX: Signing and authentication

Error codeEarlier error codeDescription
SignatureDoesNotMatch4001Authentication failed.
IncompleteSignature4002The signature is not specified.
SignatureDoesNotMatch4003The signature failed authentication.
SignatureNonceEmpty4004The SignatureNonce parameter is not specified.
SignatureNonceUsed4005The SignatureNonce value already exists.
SignatureNonceInvalid4006The SignatureNonce parameter failed authentication.
InvalidParameter.RequestBody4007The JSON format is invalid and could not be parsed.
InvalidParameter.UserName.Empty4008No username is specified. Check whether the domain name is correct.
InvalidParameter.ClientId.Empty4009The client_id parameter is not specified.
InvalidParameter.Timestamp.Expired4010The timestamp is invalid.
Table.NotFound4012The specified table does not exist.
InvalidParameter.Timestamp.Format4013The timestamp format is invalid.
InvalidParameter.Timestamp.Empty4014No timestamp is specified.
InvalidParameter.AccessKeyId.Empty4015No AccessKey pair is specified.
Authorization.Empty4016The Authorization request header is not specified.
OutOfRange.RequestBodySize4017The request body length exceeds the upper limit.
InvalidParameter.RequestBody4018The request body format is invalid.
Ram.Forbidden.NoPermission4020The RAM user failed authentication.
Ram.Forbidden.SubAccount4021This operation cannot be called by a RAM user.
Ram.Forbidden.SubAccount4022The current region does not support RAM users.
Ram.InternalError.AssumeRole4503Resource Access Management (RAM) authentication failed. Create the AliyunOpenSearchDefaultRole and AliyunDTSDefaultRole roles.

5XXX: Users

Error codeEarlier error codeDescription
User.NotFound5001The specified user does not exist.
User.InvalidParameter.UserNameMismatch5002The username is invalid.
User.Unavailable5004The user has overdue payments.
User.Unavailable5005The user has not activated OpenSearch.
User.Unavailable5006The specified application is frozen due to overdue payments.
User.NoAccessKey5008The user has not enabled an AccessKey pair.
User.NotFound5009The specified user has been deleted.
User.AccessKeyDisabled5010The specified AccessKey pair is disabled.
User.Duplicated5011Multiple users are registered with the same email address.
User.InvalidParameter.AliyunUserId5012The Alibaba Cloud account ID is invalid.
User.InvalidParameter.AliyunBid5013The Alibaba Cloud account BID is invalid.
User.InvalidParameter.ClientId5014The Alibaba Cloud account client ID is invalid.
User.InvalidParameter.Id5015The user ID is invalid.
User.InternalError5016The AccessKey pair failed to be deleted.
User.Unavailable.RegionMismatch5100The user is not authorized to perform operations in this region.
User.Unavailable.LabelMismatch5101The Alibaba Cloud account does not own any applications in the current region.

9XXX: Application schemas

Error codeEarlier error codeDescription
Schema.InvalidParameter9008The data is invalid.
Schema.InvalidParameter9009The data is invalid.
Schema.InvalidParameter.ReservedWord9010One or more reserved words are used.
Schema.FieldName.Duplicated9011One or more fields already exist.
Schema.InvalidParameter.FieldType9012One or more field types are invalid.
Schema.InvalidParameter.PkType9014The primary key type is invalid.
Schema.Pk.NotFound9015No primary key is specified in the template.
Schema.OutOfRange.PkCount9016Multiple primary keys are specified in the template.
Schema.OutOfRange.PackIndexCount9019The number of composite indexes on a field exceeds the upper limit.
Schema.OutOfRange.OneFieldIndexCount9020The number of indexes on a field exceeds the upper limit.
Schema.InvalidParameter.Name9021The index name is invalid.
Schema.JoinMap.Duplicated9022The table has already been associated with another table.
Schema.InvalidParameter.FilterType9024The filter conditions for data sources are invalid.
Schema.NotAllTablesBeingUsed9102One or more tables are not used.
Schema.InvalidParameter.ForeignKey9103The foreign key is invalid.
Schema.InvalidParameter.FieldTypeForJoin9104The association is invalid.
Schema.OutOfRange.SubTableCount9106The number of secondary tables exceeds the upper limit.
Schema.Forbidden.Modify9503The field cannot be modified.
Schema.InvalidParameter.FieldTypeForRangeIndex9505One or more field types are not supported. The Range function supports only specific field types.
Schema.OutOfRange.RangeIndexCount9506The number of composite indexes exceeds the upper limit.
AppGroup.Quota.InternalError9601An internal error occurred.
Plugin.InvalidParameter9902The data processing plugin settings are invalid.
Plugin.NotFound9903The specified data processing plugin does not exist.

101XX: Scheduled tasks

Error codeEarlier error codeDescription
Task.Duplicated10100The task is already in progress.
Task.InvalidParameter.Action10102The task could not be created. The action does not exist or is invalid.
Task.NotFound.TableName10105The task could not be created. The table name is not specified.
Task.NotFound10107No task with the specified ID exists.
Task.InvalidParameter.ModuleName10108The module name is invalid when reporting the task status.
Task.InvalidParameter.Status10109The state value is invalid when reporting the task status.
Task.Forbidden.Execute10110The specified task is already complete when reporting the task status.
Task.InvalidParameter10111No parameters are specified. Specify parameters for queries.
Task.InvalidParameter.Field10113One or more fields to be cleared are invalid, or no fields are specified.
Task.InvalidParameter.Days10114The days parameter is invalid. The value must be an integer in the range 7–180.
Task.InvalidParameter.DateType10115The date type is invalid.
Task.AbnormalStatus10116The value used to represent the task state is invalid.
Task.InvalidParameter.Status10117The data clearing task type is invalid.
Task.InvalidParameter.Category10118The type parameter is invalid.
Task.InvalidParameter.Cron10119The cron parameter is invalid.
Task.NotFound10600The specified task does not exist.
Task.NotFound.AppGroup10601The app_group parameter is invalid.

102XX: Quotas

Error codeEarlier error codeDescription
Quota.OutOfRange.Qps10203The qps field is invalid. The value must be an integer greater than 6.
Quota.OutOfRange.DocSize10204The docSize field is invalid. The value is specified in GB.
Quota.InvalidParameter.DocSizeLessThanUsed10207The requested quota is less than the size of existing documents.
Quota.InvalidParameter.DowngradeToJunior10208A paid application cannot be converted to a free one.
Quota.WorkingInProgress10209Quota information cannot be specified when creating a version for an application.
Quota.NotFound10210Quota information is not specified.
Quota.InvalidParameter.Type10211The quota configuration is invalid.
Quota.OutOfRange.QuoaReviewTaskCount10212The number of quota approval tasks in progress exceeds one.
Quota.Forbidden10213Only quota approval tasks that are in progress can be managed.
Quota.InvalidParameter.Spec10214The current region does not support the specified specifications.
Quota.InvalidParameter10215The quota settings are invalid.
Quota.OperationFailed.Produce10217An application of the specified specifications cannot be created.
Quota.OutOfRange.ComputeResource20216The computeResource field is invalid.

103XX–105XX: Data sources

Error codeEarlier error codeDescription
DataSource.NotFound.TddlGroupKey10001The Taobao Distributed Data Layer (TDDL) information could not be retrieved. The TDDL group key is not specified or is invalid.
DataSource.Unavailable10002The specified data source is unavailable.
DataSource.NotFound.TddlAppName10003The db_app_name parameter is not specified or is invalid.
DataSource.InvalidParameter10010One or more data source parameters are invalid.
DataSource.InvalidParameter.Type10014The data source type is invalid.
DataSource.InvalidParameter.Meta10015The data is invalid.
DataSource.Duplicated10016The specified data source already exists.
App.InvalidParameter10301One or more required parameters are not specified or their formats are invalid.
Task.InvalidParameter.TimeValue10302The period, date, or time exceeds the upper limit, or the format is invalid.
DataSource.InvalidParameter10303No data source is configured. Configure a data source before importing data.
Task.Duplicated10309A task is incomplete. Wait until the existing task completes before creating another.
App.Unavailable10310The application is unavailable.
AppGroup.InvalidParameter.TimeRange10311The time range specified for querying error logs is invalid.
DataSource.InvalidParameter.Type10316The data source type is invalid.
DataSource.InvalidParameter10330One or more parameters are invalid.
DataSource.NoPermission.Odps10351You are not authorized to use MaxCompute.
DataSource.InvalidParameter.OdpsPartitionFilter10352The conditional statement used to partition MaxCompute tables is invalid.
DataSource.InvalidParameter.OdpsPartitionFieldNotFound10353One or more MaxCompute partition fields do not exist.
DataSource.InvalidParameter.OdpsTableNotFound10354The specified table does not exist in the project.
DataSource.InvalidParameter.OdpsDonePrefix10355The prefix format of the MaxCompute DONE file is invalid.
DataSource.InvalidParameter.OdpsTimestamp10356The timestamp field is not specified, or it refers to a point more than seven days ago.
DataSource.NotFound.RdsInstance10364The specified ApsaraDB RDS for MySQL instance does not exist in the current region.
DataSource.NotFound.RdsTable10366The specified table does not exist in the current database.
DataSource.OperationFailed.RdsConnect10367The connection to ApsaraDB RDS for MySQL failed.
DataSource.OperationFailed.RdsConnect10368The connection to the database failed.
DataSource.Unsupported.RdsDbType10369This type of database is not supported by OpenSearch.
DataSource.OperationFailed.RdsSetIpWhiteList10370The IP address whitelist failed to be configured for the ApsaraDB RDS for MySQL instance.
DataSource.OperationFailed.RdsIpNotInWhiteList10371The IP address is not in the IP address whitelist of the ApsaraDB RDS for MySQL instance.
DataSource.Unsupported.RdsInstanceType10372Only primary ApsaraDB RDS for MySQL instances are supported.
DataSource.Unsupported.RdsInstanceVersion10373The MySQL version of the ApsaraDB RDS for MySQL instance is not supported.
DataSource.Unsupported.RdsInstanceClassType10374Only dedicated ApsaraDB RDS for MySQL instances are supported.
DataSource.OperationFailed.Vpc10375The ApsaraDB RDS for MySQL instance failed to retrieve virtual private cloud (VPC) configurations.
DataSource.Forbidden.RdsSetIpWhiteList10377The RAM user is not authorized to access the IP address whitelist of the ApsaraDB RDS for MySQL instance.
DataSource.Unsupported.RdsNetworkType10379The network type of the ApsaraDB RDS for MySQL instance is not supported.
DataSource.OperationFailed.VpcAccessConfigPending10380VPC authorization configurations are initializing. Retry later.
DataSource.OperationFailed.VpcServerConfigPending10381VPC server configurations are initializing. Retry later.
NotFound.Field10450One or more fields do not exist.
DataSource.Unsupported.DrdsDbType10451The specified instance type is not supported. OpenSearch supports only ApsaraDB RDS for MySQL databases.
UserCluster.NotFound10502The cluster name is invalid.
UserCluster.Unsupported.Type10503The cluster type is invalid.
RouteField.Unsupported.FieldType10504The types of one or more partition fields are invalid.
UserCluster.Unsupported.AppType10506Advanced applications do not support cluster settings.
RouteField.Unsupported10507The cluster does not support routing fields.
Quota.Forbidden.UpdateTps10508You are not authorized to update the transactions per second (TPS) quota.
Quota.Forbidden.UpdateTps10509Advanced applications do not support TPS.
UserCluster.InvalidParameter.NameEmpty10510The cluster name is not specified.
UserCluster.Duplicated10512The specified cluster name already exists.
UserCluster.InvalidParameter.Name10513The logical cluster name is invalid. The name can contain digits, letters, and underscores (_), must be 1–50 characters long, and must start with a letter.
UserCluster.InvalidParameter.AliasEmpty10514The physical cluster name is not specified.
UserCluster.InvalidParameter.Alias10515The physical cluster name is invalid. The name can contain digits, letters, and underscores (_), must be 1–50 characters long, and must start with a letter.
UserCluster.InvalidParameter.RouteFieldEmpty10516No routing field is specified for the cluster.
RouteField.InvalidParameter.GroupEmpty10517No cluster is specified for the routing field.
RouteField.Unsupported.AppType10518Advanced applications do not support routing fields.
DataSource.Unsupported.PolarDbInstanceVersion10519Only PolarDB for MySQL 5.6 is supported.
DataSource.PolarDbBinlogDisabled10520Binary logs are unavailable.

107XX: Custom analyzers

Error codeEarlier error codeDescription
UserAnalyzer.NotFound10700The specified custom analyzer does not exist.
UserAnalyzer.Forbidden.ModifyDictionary10701The dictionary cannot be modified.
UserAnalyzer.OperationFailed.Remove10702The custom analyzer is used by an application. Remove it from the application before deleting.
UserAnalyzer.OutOfRange.Count10703The number of custom analyzers exceeds the upper limit.
UserAnalyzer.InvalidParameter.NoEntries10704The custom analyzer does not contain any entries.
UserAnalyzer.OutOfRange.EntryCount10705The number of entries in the custom analyzer exceeds the upper limit.
UserAnalyzer.InvalidParameter.Entry10706One or more entry values are invalid. Entry values cannot contain uppercase letters, full-width characters, or Chinese punctuation marks.
UserAnalyzer.InvalidParameter.EntryKey10707One or more entry keys are invalid. An entry key cannot contain spaces and must be 1–10 characters long.
UserAnalyzer.Duplicated.EntryKey10708One or more entry keys already exist.
UserAnalyzer.InvalidParameter.EntryKeyReserved10709One or more entry keys match default keys.
UserAnalyzer.InvalidParameter.EntryKeyInValue10710One or more entry keys are part of entry values.
UserAnalyzer.InvalidParameter.EntryValue10711One or more entry values are invalid. An entry value must be 1–32 characters long.
UserAnalyzer.InvalidParameter.EntryValueReserved10712One or more entry values match default values.
UserAnalyzer.InvalidParameter.Name10713The custom analyzer name is invalid. The name can contain letters, digits, and underscores (_), must be 1–30 characters long, and must start with a letter.
UserAnalyzer.InvalidParameter.NameReserved10714The custom analyzer name matches that of a built-in analyzer.
UserAnalyzer.InvalidParameter.Business10715The base analyzer used to create the custom analyzer is invalid.
UserAnalyzer.InvalidParameter.KeyValueMismatch10716One or more entries are invalid. The key of an entry must match the value after spaces are removed from the value.
UserAnalyzer.InvalidParameter.Type10717The dictionary type configured for the custom analyzer is invalid.
UserAnalyzer.OperationFailed.Remove10718The custom analyzer is used by an intervention dictionary. Remove it from the dictionary before deleting.
AppGroup.InvalidParameter.MetricType10719The metric types in the application statistical reports are invalid.

11XXX: A/B testing

Error codeEarlier error codeDescription
ABTest.NotFound11001The specified test scenario does not exist.
ABTest.NotFound.Group11002The specified test group does not exist.
ABTest.NotFound.Experiment11003The specified test does not exist.
ABTest.InvalidParameter11004One or more test-related parameter values are invalid.
ABTest.OutOfRange.SceneCount11007The number of test scenarios exceeds the upper limit.
ABTest.OutOfRange.GroupCount11008The number of test groups exceeds the upper limit.
ABTest.OutOfRange.ExperimentCount11009The number of tests exceeds the upper limit.
UserAnalyzer.OutOfRange.AliasLength11010The test name exceeds 30 characters.
ABTest.OutOfRange.Traffic11011The traffic allocated to all online tests exceeds 100%.
ABTest.Duplicated.Condition11012The test scenario tag already exists.
ABTest.InvalidParameter.ConditionEmpty11013No tag is specified for the test scenario.
ABTest.OutOfRange.ConditionCount11014The number of test scenario tags exceeds the upper limit.
ABTest.InvalidParameter.ConditionValue11015The test scenario tag name is invalid.
ABTest.InvalidParameter.ConditionDefault11016Default scenario tags and other scenario tags cannot coexist.
ABTest.InvalidParameter.Traffic11017The traffic allocated to online tests must be in the range 1%–100%.

12XXX: Data collection

Error codeEarlier error codeDescription
DataCollection.NotFound12001The specified data collection task does not exist.
DataCollection.InvalidParameter.FieldEmpty12002One or more required fields are not specified for data collection.
DataCollection.InvalidParameter.FieldType12003The types of one or more fields specified for data collection are invalid.
DataCollection.InvalidParameter.FieldValue12004The values of one or more fields specified for data collection are invalid.
DataCollection.Unavailable12005Data collection on the server is not enabled.

13XXX: Intervention dictionaries

Error codeEarlier error codeDescription
Intervention.Unsupported13001The current region does not support intervention dictionaries.
Intervention.NotFound.Dictionary13002The specified intervention dictionary does not exist.
Intervention.InvalidParameter.Type13004This type of intervention dictionary is not supported.
Intervention.InvalidParameter.TypeMismatch13006The intervention dictionary type is not supported.
Intervention.OperationFailed.Remove13007The intervention dictionary is currently in use.
Intervention.Duplicated.Dictionary13008The intervention dictionary name already exists.
Intervention.OutOfRange.DictionaryCount13009The number of intervention dictionaries exceeds the upper limit.
Intervention.InvalidParameter.Empty13010One or more required parameters are not specified.
Intervention.Duplicated.FieldValue13111One or more synonyms to be added match blocked synonyms.
Intervention.Duplicated.ConfigItem13112The total number of synonyms to be added and blocked synonyms exceeds five.
Intervention.Unsupported.AppType13113Only advanced applications support intervention dictionaries.
Intervention.Unsupported.NerTag13120One or more entities cannot be recognized.

14XXX: Optimization service

Error codeEarlier error codeDescription
Optimizer.Unsupported14101The current region does not support slow query analysis.
Optimizer.InvalidParameter.SameDay14102Only analysis results within one day can be queried.
Optimizer.OperationFailed.PvLogNotReady14104Query logs are not ready.

15XXX: Purchase

Error codeEarlier error codeDescription
Sale.NotFound.CommodityCode15004The service code cannot be recognized.
Sale.NotFound.ChargeType15005The billing method cannot be recognized.
Sale.NotFound.OrderType15006The order type cannot be recognized.
Sale.OperationFailed.Remove15007Subscription applications cannot be deleted.
Sale.Duplicated.InstanceId15008The specified instance ID already exists.
Sale.WorkingInProgress.Order15009An order is incomplete.
Sale.NotFound.PricingCycle15010The subscription duration unit cannot be recognized.
Sale.OperationFailed.Upgrade15011The application specifications failed to be changed.
Sale.OperationFailed.ChargingWayMismatch15012The application billing model has not been updated to the new billing model.
Sale.OperationFailed.ServiceTypedOnly15013Only service-oriented applications can be converted to application instances.
Sale.OperationFailed.HasQuotaReview15014A quota approval ticket has not been processed.
Sale.NotFound.PricingPlanResult15103The specified specifications cannot be priced.

16XXX: Algorithms

Error codeEarlier error codeDescription
Algorithm.Forbidden.AlreadyConfigured16001The algorithm has already been configured.
Algorithm.Throttling16002Too many call requests submitted in a short period. Implement exponential backoff and retry.
Algorithm.InvalidParameter.Scene16004The scenario cannot be recognized.
Algorithm.NotFound.Deployment16104The algorithm to be deployed does not exist.
Algorithm.Forbidden.PredictionNotReady16105Model prediction is not complete.
Algorithm.Forbidden.PredictionInService16106The model can only be deployed once.
Algorithm.Forbidden.PredictionOffline16107The prediction model has been deleted.
Algorithm.InvalidParameter.EmptyModels16108No model is included in the algorithm to be deployed.
Algorithm.WorkingInProgress.PrevDeployment16109The previous algorithm deployment is not complete.
Algorithm.OperationFailed.DeploymentInService16110The deployed algorithm is currently in use.
Algorithm.Forbidden.PredictionFailed16111Model prediction failed.
Algorithm.OperationFailed.DeploymentExpired16112The algorithm deployment validity period has expired.
Algorithm.Unsupported.AppSpec16113Algorithm deployment is restricted by the application specifications.
Algorithm.Duplicated.Project16201The specified algorithm project name already exists.
Algorithm.NotFound.Project16204The specified algorithm project does not exist.
Algorithm.InvalidParameter.EmptyDataSources16206No data source is configured for the algorithm project.
Algorithm.OperationFailed.ModelInService16207One or more models in the algorithm project are deployed. Undeploy the models before deleting the project.
Algorithm.CountExceeded.Project16208The number of algorithm projects exceeds the upper limit.
Algorithm.InvalidParameter.Type16209The algorithm project type is invalid.
Algorithm.Duplicated.Model16301The specified model name already exists.
Algorithm.NotFound.Model16304The specified model does not exist.
Algorithm.InvalidParameter.Preprocessors16305Preprocessing rules cannot be configured for the primary key.
Algorithm.NotFound.FieldPk16306No field is specified as the primary key.
Algorithm.WorkingInProgress.Training16307Model training in the algorithm is not complete.
Algorithm.WorkingInProgress.Preprocessing16308Model preprocessing in the algorithm is not complete.
Algorithm.Forbidden.Update16309The models in the algorithm cannot be modified.
Algorithm.CountExceeded.Model16310The number of models in the algorithm exceeds the upper limit.
Algorithm.OperationFailed.DeployedOnDifferentScene16311The models in the algorithm are deployed in different scenarios.
Algorithm.OperationFailed.AlreadyUsed16312The models in the algorithm are configured in one or more sort expressions and cannot be deleted.
Algorithm.OperationFailed.Preprocessing16313Model preprocessing in the algorithm failed.
Algorithm.InvalidParameter.FieldType16314The types of one or more fields are invalid.
Algorithm.InvalidParameter.AppFieldType16315The roles of one or more fields are invalid.
Algorithm.InvalidParameter.CateIdEmpty16316The field related to category IDs is not specified.
Algorithm.InvalidParameter.ItemTitleEmpty16317The field related to entity titles is not specified.
Algorithm.InvalidParameter.SameWithPk16318The field configured for the model is the same as the primary key.
Algorithm.Forbidden.Model16319The specified operation on the model is not allowed.
Algorithm.InvalidParameter.AppFieldValueType16320The fields configured for the model cannot be multi-value fields.
Algorithm.InvalidParameter.Behavior16404The behavioral data cannot be recognized.
Algorithm.OperationFailed.DataSourceValidation16405Data source verification failed.
Algorithm.OperationFailed.Deploy16501Model deployment failed.
Algorithm.InvalidParameter.EmptyDataProcessorConfig16601The rule configurations are not supported.
Algorithm.InvalidParameter.DataProcessorEmpty16602No feature transformation rules are configured.
Algorithm.InvalidParameter.DataProcessor16604The preprocessing rules or feature transformation rules are not supported.

Other errors

Error codeEarlier error codeDescription
Unsupported99999The operation is not allowed.