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 code | Earlier error code | Description |
|---|---|---|
| InternalError | 1000 | An internal error occurred. |
| App.InvalidParameter.SchemaEmpty | 1001 | The application schema is not defined. |
| InvalidParameter.ReservedWord | 1005 | The name contains one or more reserved words. |
| InternalError | 1006 | The request to access the backend service timed out. Retry later. |
| InvalidParameter | 1007 | One or more request parameter formats are invalid. |
| NotFound | 1010 | The specified resource does not exist. |
| Duplicated | 1011 | The specified resource already exists. |
| OutOfRange | 1012 | The number of resources exceeds the upper limit. |
| InternalError | 1100 | An internal error occurred. |
20XX: Applications and application versions
| Error code | Earlier error code | Description |
|---|---|---|
| App.NotFound | 2001 | The specified application does not exist. |
| App.Duplicated | 2002 | The specified application already exists. |
| App.InvalidParameter.Name | 2004 | The 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.NameEmpty | 2005 | The application name is not specified. |
| App.OutOfRange.DescriptionLength | 2007 | The description exceeds 300 characters. |
| App.InvalidParameter.Summary | 2008 | The summary parameter is invalid. |
| UnknownCode.2009 | 2009 | The application status failed to update. |
| App.AbnormalStatus.Pause | 2010 | The application is being paused. |
| App.AbnormalStatus.Forbid | 2011 | The application is being frozen. |
| App.NotFound | 2019 | The specified application version does not exist. |
| App.Forbidden.OnlineVersion | 2021 | The version to be deleted is online. Publish an offline version before deleting the online version. |
| App.Forbidden.VersionProcessing | 2022 | The previous version is still being created. Wait until it is created before creating another version. |
| App.InvalidParameter.RealtimeShared | 2023 | The realtime_shared parameter is invalid or not specified. |
| App.InvalidParameter.Version | 2024 | A version ID was specified when creating the version. |
| App.Forbidden.QueryProcessor | 2025 | Standard applications do not support query analysis. |
| App.Forbidden.Suggest | 2026 | Standard applications do not support drop-down suggestions. |
| App.Unavailable | 2027 | Full data is being imported to this version, or the import is already complete. You cannot reimport full data to this version. |
| App.Unavailable.NotReady | 2028 | The application is still being created. Wait until it is created before importing full data. |
| App.InvalidParameter.Type | 2029 | The specified application type is invalid. |
| App.InvalidParameter.Type | 2030 | The current application type does not support the specified request URI. |
| App.Unavailable.NotProcessing | 2031 | Full data is not being imported to this application. |
| App.CountExceeded | 2033 | The number of application versions exceeds the upper limit. |
| App.Forbidden.Modify | 2035 | The specified application cannot be modified. |
| App.Forbidden.Modify | 2036 | The specified application cannot be modified. |
| AppGroup.Duplicated | 2038 | The specified application group already exists. |
| AppGroup.NotFound | 2039 | The specified application group does not exist. |
| App.Forbidden.StatusAbnormal | 2040 | The application is in an abnormal state. Retry later. |
| App.Forbidden.Creation | 2041 | The region is unavailable. Applications cannot be created in this region. |
| App.InvalidParameter.SortBy | 2050 | The sort_by parameter is invalid. |
| AppGroup.Forbidden.Removing | 2060 | The application is being deleted. |
| AppGroup.Forbidden.HasApps | 2061 | Not all application versions have been deleted. Delete all versions before deleting the application. |
| AppGroup.Forbidden.OperationInProgress | 2098 | The application configuration is being updated. Retry later. |
| App.NotFound | 8003 | The specified application does not exist. |
21XX: Fine sort expressions
| Error code | Earlier error code | Description |
|---|---|---|
| Formula.NotFound | 2101 | The specified expression does not exist. |
| Formula.Duplicated | 2102 | The specified expression name already exists. |
| Formula.CountExceeded | 2103 | The number of expressions created for the application exceeds the upper limit. |
| Formula.InvalidParameter.Name | 2104 | The 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.NameEmpty | 2105 | The expression name is not specified. |
| Formula.InvalidParameter.Meta | 2109 | The expression format is invalid. |
| Formula.OutOfRange.MetaLength | 2110 | The expression length exceeds the upper limit. |
| Formula.InvalidParameter.Meta | 2112 | The expression format is invalid. |
| Formula.InvalidParameter.MetaEmpty | 2113 | The expression is not specified. |
22XX: Rough sort expressions
| Error code | Earlier error code | Description |
|---|---|---|
| Formula.InvalidParameter.NameEmpty | 2201 | The rough sort expression name is not specified. |
| Formula.Duplicated | 2202 | The rough sort expression name already exists. |
| Formula.CountExceeded | 2203 | The number of rough sort expressions exceeds the upper limit. |
| Formula.InvalidParameter.Name | 2204 | The 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.NameLength | 2205 | The rough sort expression name exceeds the length limit. |
| Formula.InvalidParameter.AttributeType | 2206 | The rough sort expression contains invalid fields. Fields must be of the numeric type and must be filterable. |
| Formula.NotFound | 2207 | The specified rough sort expression does not exist. |
| Formula.InvalidParameter.AttributeTypeEmpty | 2208 | The rough sort expression does not contain any fields. |
| Formula.InvalidParameter.Weight | 2209 | The 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.FieldType | 2211 | The 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.RedundantArguments | 2212 | The function contains unexpected parameters. |
23XX: Query analysis
| Error code | Earlier error code | Description |
|---|---|---|
| QueryProcessor.Duplicated | 2300 | The query analysis rule name already exists. |
| QueryProcessor.Duplicated.IndexName | 2301 | The index fields in the query analysis rule conflict with each other. |
| QueryProcessor.OutOfRange.NameLength | 2303 | The query analysis rule name exceeds the length limit. |
| QueryProcessor.NotFound | 2307 | The specified query analysis rule does not exist. |
| QueryProcessor.InvalidParameter.Format | 2308 | One or more feature name formats are invalid. |
| QueryProcessor.CountExceeded | 2309 | The number of query analysis rules exceeds three. |
| QueryProcessor.InvalidParameter.Name | 2312 | The query analysis rule name is invalid. |
| QueryProcessor.InvalidParameter.Index | 2313 | The query analysis rule contains invalid index fields. |
| QueryProcessor.NotFound.Domain | 2315 | The specified industry is not supported. |
| QueryProcessor.NotFound.Domain | 2316 | The specified industry does not match the analyzer configured for index fields. |
| QueryProcessor.InvalidParameter.DomainIndexesMismatch | 2317 | The specified industry does not match the specified analyzer. |
| QueryProcessor.InvalidParameter.DomainProcessorsMismatch | 2318 | The fields used for model training are not included in index fields. |
| QueryProcessor.InvalidParameter.DomainIndexesMismatch | 2319 | No analyzer is configured for the index fields used in named entity recognition (NER). |
| QueryProcessor.InvalidParameter.AnalyzerMismatch | 2320 | The analyzer configured for the NER intervention dictionary does not match the analyzer configured for index fields. |
24XX: Drop-down suggestions
| Error code | Earlier error code | Description |
|---|---|---|
| Suggestion.CountExceeded | 2402 | The number of drop-down suggestions exceeds the upper limit. |
| Suggestion.InvalidParameter.IdEmpty | 2403 | The drop-down suggestion model ID is not specified. |
| Suggestion.InvalidParameter.Name | 2405 | The 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.WhiteList | 2407 | An error occurred in the drop-down suggestion whitelist. |
| Suggestion.InvalidParameter.BlackList | 2408 | An error occurred in the drop-down suggestion blacklist. |
| Suggestion.CountExceeded.Id | 2411 | No application ID is specified for the drop-down suggestion model. |
| Suggestion.InvalidParameter.Field | 2418 | An error occurred in the fields used to train the drop-down suggestion model. |
| Suggestion.Duplicated.Ownership | 2426 | The drop-down suggestion model is configured for multiple applications. |
| Suggestion.OperationFailed.Creation | 2427 | The drop-down suggestion model failed to be created. |
| Suggestion.OperationFailed.Deletion | 2428 | The drop-down suggestion model failed to be deleted. |
| Suggestion.InvalidParameter.Quota | 2429 | The drop-down suggestion quota is invalid. |
| Suggestion.NotFound | 2551 | The specified drop-down suggestion model does not exist. |
25XX: Search result summaries
| Error code | Earlier error code | Description |
|---|---|---|
| Summary.Empty.Field | 2501 | The field for which you want to configure a search result summary does not exist. |
| Summary.InvalidParameter.FieldType | 2502 | One or more fields are invalid. Search result summaries can only be configured for fields of the TEXT or SHORT_TEXT type. |
| Summary.OutOfRange.Length | 2503 | The len parameter is invalid. The value must be an integer in the range 1–300. |
| Summary.InvalidParameter.Snippet | 2504 | The snippet parameter is invalid. The value must be an integer in the range 1–5. |
26XX: Display fields
| Error code | Earlier error code | Description |
|---|---|---|
| FetchField.Empty | 2601 | The fetchFields parameter is not specified. |
| FetchField.InvalidParameter | 2602 | The fetchFields parameter is invalid. |
27XX: Earlier algorithm errors
| Error code | Earlier error code | Description |
|---|---|---|
| Algorithm.NotFound | 2701 | The specified algorithm does not exist. |
| Algorithm.InvalidParameter.Type | 2702 | The algorithm type is invalid. |
| Algorithm.InvalidParameter.DataSourceClickLog | 2704 | The DataSourceClickLog parameter is invalid. |
| Algorithm.InvalidParameter.DataSourceTrainingField | 2706 | One or more fields used for model training are invalid. |
| Algorithm.Unavailable | 2707 | The specified algorithm is unavailable. |
| Algorithm.Duplicated | 2708 | The specified algorithm already exists. |
| Algorithm.NotFound.Model | 2709 | The specified model does not exist. |
| Algorithm.TaskUnfinished | 2710 | The model training task is incomplete. |
| Algorithm.Unavailable.Model | 2711 | No model is available. |
| Algorithm.Unavailable.App | 2712 | The algorithm is unavailable for the specified application. |
30XX: Document pushing and checking
| Error code | Earlier error code | Description |
|---|---|---|
| Document.Empty | 3001 | The specified document is empty. |
| Document.OutOfRange.DocSize | 3002 | The document size exceeds the upper limit. |
| Document.InvalidParameter.Cmd | 3006 | The command used to process the document is invalid. |
| Throttling.User | 3007 | Too many requests submitted in a short period. Implement exponential backoff and retry. |
| Document.OutOfRange.TotalLength | 3008 | The total document size exceeds the upper limit. |
| Document.OutOfRange.DocCount | 3010 | The number of documents is invalid. |
| DataCollection.Forbidden | 3011 | Documents cannot be pushed via API call. |
| Document.InvalidParameter | 8004 | One or more parameters are invalid. |
4XXX: Signing and authentication
| Error code | Earlier error code | Description |
|---|---|---|
| SignatureDoesNotMatch | 4001 | Authentication failed. |
| IncompleteSignature | 4002 | The signature is not specified. |
| SignatureDoesNotMatch | 4003 | The signature failed authentication. |
| SignatureNonceEmpty | 4004 | The SignatureNonce parameter is not specified. |
| SignatureNonceUsed | 4005 | The SignatureNonce value already exists. |
| SignatureNonceInvalid | 4006 | The SignatureNonce parameter failed authentication. |
| InvalidParameter.RequestBody | 4007 | The JSON format is invalid and could not be parsed. |
| InvalidParameter.UserName.Empty | 4008 | No username is specified. Check whether the domain name is correct. |
| InvalidParameter.ClientId.Empty | 4009 | The client_id parameter is not specified. |
| InvalidParameter.Timestamp.Expired | 4010 | The timestamp is invalid. |
| Table.NotFound | 4012 | The specified table does not exist. |
| InvalidParameter.Timestamp.Format | 4013 | The timestamp format is invalid. |
| InvalidParameter.Timestamp.Empty | 4014 | No timestamp is specified. |
| InvalidParameter.AccessKeyId.Empty | 4015 | No AccessKey pair is specified. |
| Authorization.Empty | 4016 | The Authorization request header is not specified. |
| OutOfRange.RequestBodySize | 4017 | The request body length exceeds the upper limit. |
| InvalidParameter.RequestBody | 4018 | The request body format is invalid. |
| Ram.Forbidden.NoPermission | 4020 | The RAM user failed authentication. |
| Ram.Forbidden.SubAccount | 4021 | This operation cannot be called by a RAM user. |
| Ram.Forbidden.SubAccount | 4022 | The current region does not support RAM users. |
| Ram.InternalError.AssumeRole | 4503 | Resource Access Management (RAM) authentication failed. Create the AliyunOpenSearchDefaultRole and AliyunDTSDefaultRole roles. |
5XXX: Users
| Error code | Earlier error code | Description |
|---|---|---|
| User.NotFound | 5001 | The specified user does not exist. |
| User.InvalidParameter.UserNameMismatch | 5002 | The username is invalid. |
| User.Unavailable | 5004 | The user has overdue payments. |
| User.Unavailable | 5005 | The user has not activated OpenSearch. |
| User.Unavailable | 5006 | The specified application is frozen due to overdue payments. |
| User.NoAccessKey | 5008 | The user has not enabled an AccessKey pair. |
| User.NotFound | 5009 | The specified user has been deleted. |
| User.AccessKeyDisabled | 5010 | The specified AccessKey pair is disabled. |
| User.Duplicated | 5011 | Multiple users are registered with the same email address. |
| User.InvalidParameter.AliyunUserId | 5012 | The Alibaba Cloud account ID is invalid. |
| User.InvalidParameter.AliyunBid | 5013 | The Alibaba Cloud account BID is invalid. |
| User.InvalidParameter.ClientId | 5014 | The Alibaba Cloud account client ID is invalid. |
| User.InvalidParameter.Id | 5015 | The user ID is invalid. |
| User.InternalError | 5016 | The AccessKey pair failed to be deleted. |
| User.Unavailable.RegionMismatch | 5100 | The user is not authorized to perform operations in this region. |
| User.Unavailable.LabelMismatch | 5101 | The Alibaba Cloud account does not own any applications in the current region. |
9XXX: Application schemas
| Error code | Earlier error code | Description |
|---|---|---|
| Schema.InvalidParameter | 9008 | The data is invalid. |
| Schema.InvalidParameter | 9009 | The data is invalid. |
| Schema.InvalidParameter.ReservedWord | 9010 | One or more reserved words are used. |
| Schema.FieldName.Duplicated | 9011 | One or more fields already exist. |
| Schema.InvalidParameter.FieldType | 9012 | One or more field types are invalid. |
| Schema.InvalidParameter.PkType | 9014 | The primary key type is invalid. |
| Schema.Pk.NotFound | 9015 | No primary key is specified in the template. |
| Schema.OutOfRange.PkCount | 9016 | Multiple primary keys are specified in the template. |
| Schema.OutOfRange.PackIndexCount | 9019 | The number of composite indexes on a field exceeds the upper limit. |
| Schema.OutOfRange.OneFieldIndexCount | 9020 | The number of indexes on a field exceeds the upper limit. |
| Schema.InvalidParameter.Name | 9021 | The index name is invalid. |
| Schema.JoinMap.Duplicated | 9022 | The table has already been associated with another table. |
| Schema.InvalidParameter.FilterType | 9024 | The filter conditions for data sources are invalid. |
| Schema.NotAllTablesBeingUsed | 9102 | One or more tables are not used. |
| Schema.InvalidParameter.ForeignKey | 9103 | The foreign key is invalid. |
| Schema.InvalidParameter.FieldTypeForJoin | 9104 | The association is invalid. |
| Schema.OutOfRange.SubTableCount | 9106 | The number of secondary tables exceeds the upper limit. |
| Schema.Forbidden.Modify | 9503 | The field cannot be modified. |
| Schema.InvalidParameter.FieldTypeForRangeIndex | 9505 | One or more field types are not supported. The Range function supports only specific field types. |
| Schema.OutOfRange.RangeIndexCount | 9506 | The number of composite indexes exceeds the upper limit. |
| AppGroup.Quota.InternalError | 9601 | An internal error occurred. |
| Plugin.InvalidParameter | 9902 | The data processing plugin settings are invalid. |
| Plugin.NotFound | 9903 | The specified data processing plugin does not exist. |
101XX: Scheduled tasks
| Error code | Earlier error code | Description |
|---|---|---|
| Task.Duplicated | 10100 | The task is already in progress. |
| Task.InvalidParameter.Action | 10102 | The task could not be created. The action does not exist or is invalid. |
| Task.NotFound.TableName | 10105 | The task could not be created. The table name is not specified. |
| Task.NotFound | 10107 | No task with the specified ID exists. |
| Task.InvalidParameter.ModuleName | 10108 | The module name is invalid when reporting the task status. |
| Task.InvalidParameter.Status | 10109 | The state value is invalid when reporting the task status. |
| Task.Forbidden.Execute | 10110 | The specified task is already complete when reporting the task status. |
| Task.InvalidParameter | 10111 | No parameters are specified. Specify parameters for queries. |
| Task.InvalidParameter.Field | 10113 | One or more fields to be cleared are invalid, or no fields are specified. |
| Task.InvalidParameter.Days | 10114 | The days parameter is invalid. The value must be an integer in the range 7–180. |
| Task.InvalidParameter.DateType | 10115 | The date type is invalid. |
| Task.AbnormalStatus | 10116 | The value used to represent the task state is invalid. |
| Task.InvalidParameter.Status | 10117 | The data clearing task type is invalid. |
| Task.InvalidParameter.Category | 10118 | The type parameter is invalid. |
| Task.InvalidParameter.Cron | 10119 | The cron parameter is invalid. |
| Task.NotFound | 10600 | The specified task does not exist. |
| Task.NotFound.AppGroup | 10601 | The app_group parameter is invalid. |
102XX: Quotas
| Error code | Earlier error code | Description |
|---|---|---|
| Quota.OutOfRange.Qps | 10203 | The qps field is invalid. The value must be an integer greater than 6. |
| Quota.OutOfRange.DocSize | 10204 | The docSize field is invalid. The value is specified in GB. |
| Quota.InvalidParameter.DocSizeLessThanUsed | 10207 | The requested quota is less than the size of existing documents. |
| Quota.InvalidParameter.DowngradeToJunior | 10208 | A paid application cannot be converted to a free one. |
| Quota.WorkingInProgress | 10209 | Quota information cannot be specified when creating a version for an application. |
| Quota.NotFound | 10210 | Quota information is not specified. |
| Quota.InvalidParameter.Type | 10211 | The quota configuration is invalid. |
| Quota.OutOfRange.QuoaReviewTaskCount | 10212 | The number of quota approval tasks in progress exceeds one. |
| Quota.Forbidden | 10213 | Only quota approval tasks that are in progress can be managed. |
| Quota.InvalidParameter.Spec | 10214 | The current region does not support the specified specifications. |
| Quota.InvalidParameter | 10215 | The quota settings are invalid. |
| Quota.OperationFailed.Produce | 10217 | An application of the specified specifications cannot be created. |
| Quota.OutOfRange.ComputeResource | 20216 | The computeResource field is invalid. |
103XX–105XX: Data sources
| Error code | Earlier error code | Description |
|---|---|---|
| DataSource.NotFound.TddlGroupKey | 10001 | The Taobao Distributed Data Layer (TDDL) information could not be retrieved. The TDDL group key is not specified or is invalid. |
| DataSource.Unavailable | 10002 | The specified data source is unavailable. |
| DataSource.NotFound.TddlAppName | 10003 | The db_app_name parameter is not specified or is invalid. |
| DataSource.InvalidParameter | 10010 | One or more data source parameters are invalid. |
| DataSource.InvalidParameter.Type | 10014 | The data source type is invalid. |
| DataSource.InvalidParameter.Meta | 10015 | The data is invalid. |
| DataSource.Duplicated | 10016 | The specified data source already exists. |
| App.InvalidParameter | 10301 | One or more required parameters are not specified or their formats are invalid. |
| Task.InvalidParameter.TimeValue | 10302 | The period, date, or time exceeds the upper limit, or the format is invalid. |
| DataSource.InvalidParameter | 10303 | No data source is configured. Configure a data source before importing data. |
| Task.Duplicated | 10309 | A task is incomplete. Wait until the existing task completes before creating another. |
| App.Unavailable | 10310 | The application is unavailable. |
| AppGroup.InvalidParameter.TimeRange | 10311 | The time range specified for querying error logs is invalid. |
| DataSource.InvalidParameter.Type | 10316 | The data source type is invalid. |
| DataSource.InvalidParameter | 10330 | One or more parameters are invalid. |
| DataSource.NoPermission.Odps | 10351 | You are not authorized to use MaxCompute. |
| DataSource.InvalidParameter.OdpsPartitionFilter | 10352 | The conditional statement used to partition MaxCompute tables is invalid. |
| DataSource.InvalidParameter.OdpsPartitionFieldNotFound | 10353 | One or more MaxCompute partition fields do not exist. |
| DataSource.InvalidParameter.OdpsTableNotFound | 10354 | The specified table does not exist in the project. |
| DataSource.InvalidParameter.OdpsDonePrefix | 10355 | The prefix format of the MaxCompute DONE file is invalid. |
| DataSource.InvalidParameter.OdpsTimestamp | 10356 | The timestamp field is not specified, or it refers to a point more than seven days ago. |
| DataSource.NotFound.RdsInstance | 10364 | The specified ApsaraDB RDS for MySQL instance does not exist in the current region. |
| DataSource.NotFound.RdsTable | 10366 | The specified table does not exist in the current database. |
| DataSource.OperationFailed.RdsConnect | 10367 | The connection to ApsaraDB RDS for MySQL failed. |
| DataSource.OperationFailed.RdsConnect | 10368 | The connection to the database failed. |
| DataSource.Unsupported.RdsDbType | 10369 | This type of database is not supported by OpenSearch. |
| DataSource.OperationFailed.RdsSetIpWhiteList | 10370 | The IP address whitelist failed to be configured for the ApsaraDB RDS for MySQL instance. |
| DataSource.OperationFailed.RdsIpNotInWhiteList | 10371 | The IP address is not in the IP address whitelist of the ApsaraDB RDS for MySQL instance. |
| DataSource.Unsupported.RdsInstanceType | 10372 | Only primary ApsaraDB RDS for MySQL instances are supported. |
| DataSource.Unsupported.RdsInstanceVersion | 10373 | The MySQL version of the ApsaraDB RDS for MySQL instance is not supported. |
| DataSource.Unsupported.RdsInstanceClassType | 10374 | Only dedicated ApsaraDB RDS for MySQL instances are supported. |
| DataSource.OperationFailed.Vpc | 10375 | The ApsaraDB RDS for MySQL instance failed to retrieve virtual private cloud (VPC) configurations. |
| DataSource.Forbidden.RdsSetIpWhiteList | 10377 | The RAM user is not authorized to access the IP address whitelist of the ApsaraDB RDS for MySQL instance. |
| DataSource.Unsupported.RdsNetworkType | 10379 | The network type of the ApsaraDB RDS for MySQL instance is not supported. |
| DataSource.OperationFailed.VpcAccessConfigPending | 10380 | VPC authorization configurations are initializing. Retry later. |
| DataSource.OperationFailed.VpcServerConfigPending | 10381 | VPC server configurations are initializing. Retry later. |
| NotFound.Field | 10450 | One or more fields do not exist. |
| DataSource.Unsupported.DrdsDbType | 10451 | The specified instance type is not supported. OpenSearch supports only ApsaraDB RDS for MySQL databases. |
| UserCluster.NotFound | 10502 | The cluster name is invalid. |
| UserCluster.Unsupported.Type | 10503 | The cluster type is invalid. |
| RouteField.Unsupported.FieldType | 10504 | The types of one or more partition fields are invalid. |
| UserCluster.Unsupported.AppType | 10506 | Advanced applications do not support cluster settings. |
| RouteField.Unsupported | 10507 | The cluster does not support routing fields. |
| Quota.Forbidden.UpdateTps | 10508 | You are not authorized to update the transactions per second (TPS) quota. |
| Quota.Forbidden.UpdateTps | 10509 | Advanced applications do not support TPS. |
| UserCluster.InvalidParameter.NameEmpty | 10510 | The cluster name is not specified. |
| UserCluster.Duplicated | 10512 | The specified cluster name already exists. |
| UserCluster.InvalidParameter.Name | 10513 | The 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.AliasEmpty | 10514 | The physical cluster name is not specified. |
| UserCluster.InvalidParameter.Alias | 10515 | The 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.RouteFieldEmpty | 10516 | No routing field is specified for the cluster. |
| RouteField.InvalidParameter.GroupEmpty | 10517 | No cluster is specified for the routing field. |
| RouteField.Unsupported.AppType | 10518 | Advanced applications do not support routing fields. |
| DataSource.Unsupported.PolarDbInstanceVersion | 10519 | Only PolarDB for MySQL 5.6 is supported. |
| DataSource.PolarDbBinlogDisabled | 10520 | Binary logs are unavailable. |
107XX: Custom analyzers
| Error code | Earlier error code | Description |
|---|---|---|
| UserAnalyzer.NotFound | 10700 | The specified custom analyzer does not exist. |
| UserAnalyzer.Forbidden.ModifyDictionary | 10701 | The dictionary cannot be modified. |
| UserAnalyzer.OperationFailed.Remove | 10702 | The custom analyzer is used by an application. Remove it from the application before deleting. |
| UserAnalyzer.OutOfRange.Count | 10703 | The number of custom analyzers exceeds the upper limit. |
| UserAnalyzer.InvalidParameter.NoEntries | 10704 | The custom analyzer does not contain any entries. |
| UserAnalyzer.OutOfRange.EntryCount | 10705 | The number of entries in the custom analyzer exceeds the upper limit. |
| UserAnalyzer.InvalidParameter.Entry | 10706 | One or more entry values are invalid. Entry values cannot contain uppercase letters, full-width characters, or Chinese punctuation marks. |
| UserAnalyzer.InvalidParameter.EntryKey | 10707 | One or more entry keys are invalid. An entry key cannot contain spaces and must be 1–10 characters long. |
| UserAnalyzer.Duplicated.EntryKey | 10708 | One or more entry keys already exist. |
| UserAnalyzer.InvalidParameter.EntryKeyReserved | 10709 | One or more entry keys match default keys. |
| UserAnalyzer.InvalidParameter.EntryKeyInValue | 10710 | One or more entry keys are part of entry values. |
| UserAnalyzer.InvalidParameter.EntryValue | 10711 | One or more entry values are invalid. An entry value must be 1–32 characters long. |
| UserAnalyzer.InvalidParameter.EntryValueReserved | 10712 | One or more entry values match default values. |
| UserAnalyzer.InvalidParameter.Name | 10713 | The 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.NameReserved | 10714 | The custom analyzer name matches that of a built-in analyzer. |
| UserAnalyzer.InvalidParameter.Business | 10715 | The base analyzer used to create the custom analyzer is invalid. |
| UserAnalyzer.InvalidParameter.KeyValueMismatch | 10716 | One or more entries are invalid. The key of an entry must match the value after spaces are removed from the value. |
| UserAnalyzer.InvalidParameter.Type | 10717 | The dictionary type configured for the custom analyzer is invalid. |
| UserAnalyzer.OperationFailed.Remove | 10718 | The custom analyzer is used by an intervention dictionary. Remove it from the dictionary before deleting. |
| AppGroup.InvalidParameter.MetricType | 10719 | The metric types in the application statistical reports are invalid. |
11XXX: A/B testing
| Error code | Earlier error code | Description |
|---|---|---|
| ABTest.NotFound | 11001 | The specified test scenario does not exist. |
| ABTest.NotFound.Group | 11002 | The specified test group does not exist. |
| ABTest.NotFound.Experiment | 11003 | The specified test does not exist. |
| ABTest.InvalidParameter | 11004 | One or more test-related parameter values are invalid. |
| ABTest.OutOfRange.SceneCount | 11007 | The number of test scenarios exceeds the upper limit. |
| ABTest.OutOfRange.GroupCount | 11008 | The number of test groups exceeds the upper limit. |
| ABTest.OutOfRange.ExperimentCount | 11009 | The number of tests exceeds the upper limit. |
| UserAnalyzer.OutOfRange.AliasLength | 11010 | The test name exceeds 30 characters. |
| ABTest.OutOfRange.Traffic | 11011 | The traffic allocated to all online tests exceeds 100%. |
| ABTest.Duplicated.Condition | 11012 | The test scenario tag already exists. |
| ABTest.InvalidParameter.ConditionEmpty | 11013 | No tag is specified for the test scenario. |
| ABTest.OutOfRange.ConditionCount | 11014 | The number of test scenario tags exceeds the upper limit. |
| ABTest.InvalidParameter.ConditionValue | 11015 | The test scenario tag name is invalid. |
| ABTest.InvalidParameter.ConditionDefault | 11016 | Default scenario tags and other scenario tags cannot coexist. |
| ABTest.InvalidParameter.Traffic | 11017 | The traffic allocated to online tests must be in the range 1%–100%. |
12XXX: Data collection
| Error code | Earlier error code | Description |
|---|---|---|
| DataCollection.NotFound | 12001 | The specified data collection task does not exist. |
| DataCollection.InvalidParameter.FieldEmpty | 12002 | One or more required fields are not specified for data collection. |
| DataCollection.InvalidParameter.FieldType | 12003 | The types of one or more fields specified for data collection are invalid. |
| DataCollection.InvalidParameter.FieldValue | 12004 | The values of one or more fields specified for data collection are invalid. |
| DataCollection.Unavailable | 12005 | Data collection on the server is not enabled. |
13XXX: Intervention dictionaries
| Error code | Earlier error code | Description |
|---|---|---|
| Intervention.Unsupported | 13001 | The current region does not support intervention dictionaries. |
| Intervention.NotFound.Dictionary | 13002 | The specified intervention dictionary does not exist. |
| Intervention.InvalidParameter.Type | 13004 | This type of intervention dictionary is not supported. |
| Intervention.InvalidParameter.TypeMismatch | 13006 | The intervention dictionary type is not supported. |
| Intervention.OperationFailed.Remove | 13007 | The intervention dictionary is currently in use. |
| Intervention.Duplicated.Dictionary | 13008 | The intervention dictionary name already exists. |
| Intervention.OutOfRange.DictionaryCount | 13009 | The number of intervention dictionaries exceeds the upper limit. |
| Intervention.InvalidParameter.Empty | 13010 | One or more required parameters are not specified. |
| Intervention.Duplicated.FieldValue | 13111 | One or more synonyms to be added match blocked synonyms. |
| Intervention.Duplicated.ConfigItem | 13112 | The total number of synonyms to be added and blocked synonyms exceeds five. |
| Intervention.Unsupported.AppType | 13113 | Only advanced applications support intervention dictionaries. |
| Intervention.Unsupported.NerTag | 13120 | One or more entities cannot be recognized. |
14XXX: Optimization service
| Error code | Earlier error code | Description |
|---|---|---|
| Optimizer.Unsupported | 14101 | The current region does not support slow query analysis. |
| Optimizer.InvalidParameter.SameDay | 14102 | Only analysis results within one day can be queried. |
| Optimizer.OperationFailed.PvLogNotReady | 14104 | Query logs are not ready. |
15XXX: Purchase
| Error code | Earlier error code | Description |
|---|---|---|
| Sale.NotFound.CommodityCode | 15004 | The service code cannot be recognized. |
| Sale.NotFound.ChargeType | 15005 | The billing method cannot be recognized. |
| Sale.NotFound.OrderType | 15006 | The order type cannot be recognized. |
| Sale.OperationFailed.Remove | 15007 | Subscription applications cannot be deleted. |
| Sale.Duplicated.InstanceId | 15008 | The specified instance ID already exists. |
| Sale.WorkingInProgress.Order | 15009 | An order is incomplete. |
| Sale.NotFound.PricingCycle | 15010 | The subscription duration unit cannot be recognized. |
| Sale.OperationFailed.Upgrade | 15011 | The application specifications failed to be changed. |
| Sale.OperationFailed.ChargingWayMismatch | 15012 | The application billing model has not been updated to the new billing model. |
| Sale.OperationFailed.ServiceTypedOnly | 15013 | Only service-oriented applications can be converted to application instances. |
| Sale.OperationFailed.HasQuotaReview | 15014 | A quota approval ticket has not been processed. |
| Sale.NotFound.PricingPlanResult | 15103 | The specified specifications cannot be priced. |
16XXX: Algorithms
| Error code | Earlier error code | Description |
|---|---|---|
| Algorithm.Forbidden.AlreadyConfigured | 16001 | The algorithm has already been configured. |
| Algorithm.Throttling | 16002 | Too many call requests submitted in a short period. Implement exponential backoff and retry. |
| Algorithm.InvalidParameter.Scene | 16004 | The scenario cannot be recognized. |
| Algorithm.NotFound.Deployment | 16104 | The algorithm to be deployed does not exist. |
| Algorithm.Forbidden.PredictionNotReady | 16105 | Model prediction is not complete. |
| Algorithm.Forbidden.PredictionInService | 16106 | The model can only be deployed once. |
| Algorithm.Forbidden.PredictionOffline | 16107 | The prediction model has been deleted. |
| Algorithm.InvalidParameter.EmptyModels | 16108 | No model is included in the algorithm to be deployed. |
| Algorithm.WorkingInProgress.PrevDeployment | 16109 | The previous algorithm deployment is not complete. |
| Algorithm.OperationFailed.DeploymentInService | 16110 | The deployed algorithm is currently in use. |
| Algorithm.Forbidden.PredictionFailed | 16111 | Model prediction failed. |
| Algorithm.OperationFailed.DeploymentExpired | 16112 | The algorithm deployment validity period has expired. |
| Algorithm.Unsupported.AppSpec | 16113 | Algorithm deployment is restricted by the application specifications. |
| Algorithm.Duplicated.Project | 16201 | The specified algorithm project name already exists. |
| Algorithm.NotFound.Project | 16204 | The specified algorithm project does not exist. |
| Algorithm.InvalidParameter.EmptyDataSources | 16206 | No data source is configured for the algorithm project. |
| Algorithm.OperationFailed.ModelInService | 16207 | One or more models in the algorithm project are deployed. Undeploy the models before deleting the project. |
| Algorithm.CountExceeded.Project | 16208 | The number of algorithm projects exceeds the upper limit. |
| Algorithm.InvalidParameter.Type | 16209 | The algorithm project type is invalid. |
| Algorithm.Duplicated.Model | 16301 | The specified model name already exists. |
| Algorithm.NotFound.Model | 16304 | The specified model does not exist. |
| Algorithm.InvalidParameter.Preprocessors | 16305 | Preprocessing rules cannot be configured for the primary key. |
| Algorithm.NotFound.FieldPk | 16306 | No field is specified as the primary key. |
| Algorithm.WorkingInProgress.Training | 16307 | Model training in the algorithm is not complete. |
| Algorithm.WorkingInProgress.Preprocessing | 16308 | Model preprocessing in the algorithm is not complete. |
| Algorithm.Forbidden.Update | 16309 | The models in the algorithm cannot be modified. |
| Algorithm.CountExceeded.Model | 16310 | The number of models in the algorithm exceeds the upper limit. |
| Algorithm.OperationFailed.DeployedOnDifferentScene | 16311 | The models in the algorithm are deployed in different scenarios. |
| Algorithm.OperationFailed.AlreadyUsed | 16312 | The models in the algorithm are configured in one or more sort expressions and cannot be deleted. |
| Algorithm.OperationFailed.Preprocessing | 16313 | Model preprocessing in the algorithm failed. |
| Algorithm.InvalidParameter.FieldType | 16314 | The types of one or more fields are invalid. |
| Algorithm.InvalidParameter.AppFieldType | 16315 | The roles of one or more fields are invalid. |
| Algorithm.InvalidParameter.CateIdEmpty | 16316 | The field related to category IDs is not specified. |
| Algorithm.InvalidParameter.ItemTitleEmpty | 16317 | The field related to entity titles is not specified. |
| Algorithm.InvalidParameter.SameWithPk | 16318 | The field configured for the model is the same as the primary key. |
| Algorithm.Forbidden.Model | 16319 | The specified operation on the model is not allowed. |
| Algorithm.InvalidParameter.AppFieldValueType | 16320 | The fields configured for the model cannot be multi-value fields. |
| Algorithm.InvalidParameter.Behavior | 16404 | The behavioral data cannot be recognized. |
| Algorithm.OperationFailed.DataSourceValidation | 16405 | Data source verification failed. |
| Algorithm.OperationFailed.Deploy | 16501 | Model deployment failed. |
| Algorithm.InvalidParameter.EmptyDataProcessorConfig | 16601 | The rule configurations are not supported. |
| Algorithm.InvalidParameter.DataProcessorEmpty | 16602 | No feature transformation rules are configured. |
| Algorithm.InvalidParameter.DataProcessor | 16604 | The preprocessing rules or feature transformation rules are not supported. |
Other errors
| Error code | Earlier error code | Description |
|---|---|---|
| Unsupported | 99999 | The operation is not allowed. |
该文章对您有帮助吗?