All Products
Search
Document Center

OpenSearch:Error codes

Last Updated:Mar 08, 2023

1XXX: Common errors

Error code

Earlier error code

Description

InternalError

1000

The error code returned because an internal error has occurred.

App.InvalidParameter.SchemaEmpty

1001

The error code returned because the application schema is not defined.

InvalidParameter.ReservedWord

1005

The error code returned because the name contains one or more reserved words.

InternalError

1006

The error code returned because the request to access the backend service times out. Try again later.

InvalidParameter

1007

The error code returned because the formats of one or more request parameters are invalid.

NotFound

1010

The error code returned because the specified resource does not exist.

Duplicated

1011

The error code returned because the specified resource already exists.

OutOfRange

1012

The error code returned because the number of resources exceeds the upper limit.

InternalError

1100

The error code returned because an internal error has occurred.

20XX: Errors related to applications or application versions

Error code

Earlier error code

Description

App.NotFound

2001

The error code returned because the specified application does not exist.

App.Duplicated

2002

The error code returned because the specified application already exists.

App.InvalidParameter.Name

2004

The error code returned because the application name is invalid. The application name can contain digits, letters, and underscores (_). It must be 1 to 30 characters in length and start with a letter.

App.InvalidParameter.NameEmpty

2005

The error code returned because the application name is not specified.

App.OutOfRange.DescriptionLength

2007

The error code returned because the description exceeds 300 characters in length.

App.InvalidParameter.Summary

2008

The error code returned because the summary parameter is invalid.

UnknownCode.2009

2009

The error code returned because the status of the application failed to be updated.

App.AbnormalStatus.Pause

2010

The error code returned because the application is being paused.

App.AbnormalStatus.Forbid

2011

The error code returned because the application is being frozen.

App.NotFound

2019

The error code returned because the specified version of the application does not exist.

App.Forbidden.OnlineVersion

2021

The error code returned because the application version to be deleted is online. To prevent your business from being affected, publish an offline version before you delete the online version.

App.Forbidden.VersionProcessing

2022

The error code returned because the previous version is being created. You can create another version only after the previous version is created.

App.InvalidParameter.RealtimeShared

2023

The error code returned because the realtime_shared parameter is invalid or not specified.

App.InvalidParameter.Version

2024

The error code returned because the version ID is specified when you create the version.

App.Forbidden.QueryProcessor

2025

The error code returned because standard applications do not support query analysis.

App.Forbidden.Suggest

2026

The error code returned because standard applications do not support drop-down suggestions.

App.Unavailable

2027

The error code returned because full data is being imported to the specified version of the application or the import is complete. You cannot reimport full data to the specified version of the application.

App.Unavailable.NotReady

2028

The error code returned because the application is being created. To import full data, wait until the application is created.

App.InvalidParameter.Type

2029

The error code returned because the specified application type is invalid.

App.InvalidParameter.Type

2030

The error code returned because the current application type does not support the specified request uniform resource identifier (URI).

App.Unavailable.NotProcessing

2031

The error code returned because full data is not being imported to the application.

App.CountExceeded

2033

The error code returned because the number of application versions exceeds the upper limit.

App.Forbidden.Modify

2035

The error code returned because the specified application cannot be modified.

App.Forbidden.Modify

2036

The error code returned because the specified application cannot be modified.

AppGroup.Duplicated

2038

The error code returned because the specified application group already exists.

AppGroup.NotFound

2039

The error code returned because the specified application group does not exist.

App.Forbidden.StatusAbnormal

2040

The error code returned because the application is in an abnormal state. Try again later.

App.Forbidden.Creation

2041

The error code returned because the region is unavailable. You cannot create applications in this region.

App.InvalidParameter.SortBy

2050

The error code returned because the sort_by parameter is invalid.

AppGroup.Forbidden.Removing

2060

The error code returned because the application is being deleted.

AppGroup.Forbidden.HasApps

2061

The error code returned because not all application versions are deleted. Delete all application versions before you delete the application.

AppGroup.Forbidden.OperationInProgress

2098

The error code returned because the configurations of the application are being updated. Try again later.

App.NotFound

8003

The error code returned because the specified application does not exist.

21XX: Errors related to fine sort expressions

Error code

Earlier error code

Description

Formula.NotFound

2101

The error code returned because the specified expression does not exist.

Formula.Duplicated

2102

The error code returned because the specified expression name already exists.

Formula.CountExceeded

2103

The error code returned because the number of expressions that are created for the application exceeds the upper limit.

Formula.InvalidParameter.Name

2104

The error code returned because the specified expression name is invalid. The expression name can contain digits, letters, and underscores (_). It must be 1 to 30 characters in length and start with a letter.

Formula.InvalidParameter.NameEmpty

2105

The error code returned because the expression name is not specified.

Formula.InvalidParameter.Meta

2109

The error code returned because the expression format is invalid.

Formula.OutOfRange.MetaLength

2110

The error code returned because the expression length exceeds the upper limit.

Formula.InvalidParameter.Meta

2112

The error code returned because the expression format is invalid.

Formula.InvalidParameter.MetaEmpty

2113

The error code returned because the expression is not specified.

22XX: Errors related to rough sort expressions

Error code

Earlier error code

Description

Formula.InvalidParameter.NameEmpty

2201

The error code returned because the name of the rough sort expression is not specified.

Formula.Duplicated

2202

The error code returned because the name of the rough sort expression already exists.

Formula.CountExceeded

2203

The error code returned because the number of rough sort expressions exceeds the upper limit.

Formula.InvalidParameter.Name

2204

The error code returned because the name of the rough sort expression is invalid. The name of the rough sort expression can contain digits, letters, and underscores (_). It must be 1 to 30 characters in length and start with a letter.

Formula.OutOfRange.NameLength

2205

The error code returned because the length of the rough sort expression exceeds the upper limit.

Formula.InvalidParameter.AttributeType

2206

The error code returned because the rough sort expression contains invalid fields. The fields in the rough sort expression must be of the numeric type and must be filterable.

Formula.NotFound

2207

The error code returned because the specified rough sort expression does not exist.

Formula.InvalidParameter.AttributeTypeEmpty

2208

The error code returned because the specified rough sort expression does not contain fields.

Formula.InvalidParameter.Weight

2209

The error code returned because the weight setting is invalid. The weight of a field in the rough sort expression must be a non-zero numeric value that ranges from -100,000 to 100,000. A floating-point number can be precise to six decimal places.

Formula.InvalidParameter.FieldType

2211

The error code returned because the function contains invalid parameter values. The parameter values must be of the INT type and must be filterable. The normalize function can contain parameter values of the INT, FLOAT, or DOUBLE type.

Formula.InvalidParameter.RedundantArguments

2212

The error code returned because the function contains parameters.

23XX: Errors related to query analysis

Error code

Earlier error code

Description

QueryProcessor.Duplicated

2300

The error code returned because the name of the query analysis rule already exists.

QueryProcessor.Duplicated.IndexName

2301

The error code returned because the index fields in the query analysis rule conflict with each other.

QueryProcessor.OutOfRange.NameLength

2303

The error code returned because the name length of the query analysis rule exceeds the upper limit.

QueryProcessor.NotFound

2307

The error code returned because the specified query analysis rule does not exist.

QueryProcessor.InvalidParameter.Format

2308

The error code returned because the formats of one or more feature names are invalid.

QueryProcessor.CountExceeded

2309

The error code returned because the number of query analysis rules exceeds three.

QueryProcessor.InvalidParameter.Name

2312

The error code returned because the name of the query analysis rule is invalid.

QueryProcessor.InvalidParameter.Index

2313

The error code returned because the query analysis rule contains invalid index fields.

QueryProcessor.NotFound.Domain

2315

The error code returned because the specified industry is not supported.

QueryProcessor.NotFound.Domain

2316

The error code returned because the specified industry does not match the analyzer that is configured for index fields.

QueryProcessor.InvalidParameter.DomainIndexesMismatch

2317

The error code returned because the specified industry does not match the specified analyzer.

QueryProcessor.InvalidParameter.DomainProcessorsMismatch

2318

The error code returned because the fields that are used for model training are not included in index fields.

QueryProcessor.InvalidParameter.DomainIndexesMismatch

2319

The error code returned because no analyzer is configured for the index fields that are used in named entity recognition (NER).

QueryProcessor.InvalidParameter.AnalyzerMismatch

2320

The error code returned because the analyzer that is configured for the intervention dictionary that is added for NER is not the analyzer that is configured for index fields.

24XX: Errors related to drop-down suggestions

Error code

Earlier error code

Description

Suggestion.CountExceeded

2402

The error code returned because the number of drop-down suggestions exceeds the upper limit.

Suggestion.InvalidParameter.IdEmpty

2403

The error code returned because the ID of the drop-down suggestion model is not specified.

Suggestion.InvalidParameter.Name

2405

The error code returned because the name of the drop-down suggestion model is invalid. The name must be unique and can contain only digits, letters, and underscores (_). It must be 1 to 16 characters in length and start with a lowercase letter.

Suggestion.InvalidParameter.WhiteList

2407

The error code returned because an error related to the drop-down suggestion whitelist occurred.

Suggestion.InvalidParameter.BlackList

2408

The error code returned because an error related to the drop-down suggestion blacklist occurred.

Suggestion.CountExceeded.Id

2411

The error code returned because no application ID is specified for the drop-down suggestion model.

Suggestion.InvalidParameter.Field

2418

The error code returned because an error related to the fields that are used to train the drop-down suggestion model occurred.

Suggestion.Duplicated.Ownership

2426

The error code returned because the drop-down suggestion model is configured for multiple applications.

Suggestion.OperationFailed.Creation

2427

The error code returned because the drop-down suggestion model failed to be created.

Suggestion.OperationFailed.Deletion

2428

The error code returned because the drop-down suggestion model failed to be deleted.

Suggestion.InvalidParameter.Quota

2429

The error code returned because the quota for drop-down suggestions is invalid.

25XX: Errors related to search result summaries

Error code

Earlier error code

Description

Summary.Empty.Field

2501

The error code returned because the field for which you want to configure a search result summary does not exist.

Summary.InvalidParameter.FieldType

2502

The error code returned because one or more fields are invalid. Search result summaries can be configured only for fields of the TEXT or SHORT_TEXT type.

Summary.OutOfRange.Length

2503

The error code returned because the len parameter is invalid. The parameter value must be an integer that ranges from 1 to 300.

Summary.InvalidParameter.Snippet

2504

The error code returned because the snippet parameter is invalid. The parameter value must be an integer that ranges from 1 to 5.

Suggestion.NotFound

2551

The error code returned because the specified drop-down suggestion model does not exist.

26XX: Errors related to display fields

Error code

Earlier error code

Description

FetchField.Empty

2601

The error code returned because the fetchFields parameter is not specified.

FetchField.InvalidParameter

2602

The error code returned because the fetchFields parameter is invalid.

27XX: Earlier errors related to algorithms

Error code

Earlier error code

Description

Algorithm.NotFound

2701

The error code returned because the specified algorithm does not exist.

Algorithm.InvalidParameter.Type

2702

The error code returned because the algorithm type is invalid.

Algorithm.InvalidParameter.DataSourceClickLog

2704

The error code returned because the DataSourceClickLog parameter is invalid.

Algorithm.InvalidParameter.DataSourceTrainingField

2706

The error code returned because one or more fields that are used for model training are invalid.

Algorithm.Unavailable

2707

The error code returned because the specified algorithm is unavailable.

Algorithm.Duplicated

2708

The error code returned because the specified algorithm already exists.

Algorithm.NotFound.Model

2709

The error code returned because the specified model does not exist.

Algorithm.TaskUnfinished

2710

The error code returned because the model training task is incomplete.

Algorithm.Unavailable.Model

2711

The error code returned because no model is available.

Algorithm.Unavailable.App

2712

The error code returned because the algorithm is unavailable for the specified application.

30XX: Errors related to document pushing and checking

Error code

Earlier error code

Description

Document.Empty

3001

The error code returned because the specified document is empty.

Document.OutOfRange.DocSize

3002

The error code returned because the document size exceeds the upper limit.

Document.InvalidParameter.Cmd

3006

The error code returned because the command that is used to process the document is invalid.

Throttling.User

3007

The error code returned because excessive requests have been submitted in a short period of time.

Document.OutOfRange.TotalLength

3008

The error code returned because the total document size exceeds the upper limit.

Document.OutOfRange.DocCount

3010

The error code returned because the number of documents is invalid.

DataCollection.Forbidden

3011

The error code returned because the document cannot be pushed by an API call.

Document.InvalidParameter

8004

The error code returned because one or more parameters are invalid.

4XXX: Errors related to signing and authentication for RAM users

Error code

Earlier error code

Description

SignatureDoesNotMatch

4001

The error code returned because the authentication failed.

IncompleteSignature

4002

The error code returned because the signature is not specified.

SignatureDoesNotMatch

4003

The error code returned because the signature failed the authentication.

SignatureNonceEmpty

4004

The error code returned because the SignatureNonce parameter is not specified.

SignatureNonceUsed

4005

The error code returned because the value of the SignatureNonce parameter already exists.

SignatureNonceInvalid

4006

The error code returned because the SignatureNonce parameter failed the authentication.

InvalidParameter.RequestBody

4007

The error code returned because the JSON format is invalid and failed to be parsed.

InvalidParameter.UserName.Empty

4008

The error code returned because no username is specified. Check whether the domain name is correct.

InvalidParameter.ClientId.Empty

4009

The error code returned because the client_id parameter is not specified.

InvalidParameter.Timestamp.Expired

4010

The error code returned because the timestamp is invalid.

Table.NotFound

4012

The error code returned because the specified table does not exist.

InvalidParameter.Timestamp.Format

4013

The error code returned because the timestamp format is invalid.

InvalidParameter.Timestamp.Empty

4014

The error code returned because no timestamp is specified.

InvalidParameter.AccessKeyId.Empty

4015

The error code returned because no AccessKey pair is specified.

Authorization.Empty

4016

The error code returned because the Authorization request header is not specified.

OutOfRange.RequestBodySize

4017

The error code returned because the length of the request body exceeds the upper limit.

InvalidParameter.RequestBody

4018

The error code returned because the format of the request body is invalid.

Ram.Forbidden.NoPermission

4020

The error code returned because the RAM user failed the authentication.

Ram.Forbidden.SubAccount

4021

The error code returned because the operation cannot be called by a RAM user.

Ram.Forbidden.SubAccount

4022

The error code returned because the current region does not support RAM users.

Ram.InternalError.AssumeRole

4503

The error code returned because the Resource Access Management (RAM) authentication failed. Create the AliyunOpenSearchDefaultRole and AliyunDTSDefaultRole roles.

5XXX: Errors related to users

Error code

Earlier error code

Description

User.NotFound

5001

The error code returned because the specified user does not exist.

User.InvalidParameter.UserNameMismatch

5002

The error code returned because the username is invalid.

User.Unavailable

5004

The error code returned because the user has overdue payments.

User.Unavailable

5005

The error code returned because the user has not activated OpenSearch.

User.Unavailable

5006

The error code returned because the specified application is frozen due to overdue payments.

User.NoAccessKey

5008

The error code returned because the user has not enabled an AccessKey pair.

User.NotFound

5009

The error code returned because the specified user has been deleted.

User.AccessKeyDisabled

5010

The error code returned because the specified AccessKey pair is disabled.

User.Duplicated

5011

The error code returned because multiple users are registered by using the same email address.

User.InvalidParameter.AliyunUserId

5012

The error code returned because the ID of the Alibaba Cloud account is invalid.

User.InvalidParameter.AliyunBid

5013

The error code returned because the BID of the Alibaba Cloud account is invalid.

User.InvalidParameter.ClientId

5014

The error code returned because the client ID of the Alibaba Cloud account is invalid.

User.InvalidParameter.Id

5015

The error code returned because the user ID is invalid.

User.InternalError

5016

The error code returned because the AccessKey pair failed to be deleted.

User.Unavailable.RegionMismatch

5100

The error code returned because the user is not authorized to perform operations in this region.

User.Unavailable.LabelMismatch

5101

The error code returned because the Alibaba Cloud account does not own applications in the current region.

9XXX: Errors related to application schemas

Error code

Earlier error code

Description

Schema.InvalidParameter

9008

The error code returned because data is invalid.

Schema.InvalidParameter

9009

The error code returned because data is invalid.

Schema.InvalidParameter.ReservedWord

9010

The error code returned because one or more reserved words are used.

Schema.FieldName.Duplicated

9011

The error code returned because one or more fields already exist.

Schema.InvalidParameter.FieldType

9012

The error code returned because one or more field types are invalid.

Schema.InvalidParameter.PkType

9014

The error code returned because the type of the primary key is invalid.

Schema.Pk.NotFound

9015

The error code returned because no primary key is specified in the template.

Schema.OutOfRange.PkCount

9016

The error code returned because multiple primary keys are specified in the template.

Schema.OutOfRange.PackIndexCount

9019

The error code returned because the number of composite indexes on a field exceeds the upper limit.

Schema.OutOfRange.OneFieldIndexCount

9020

The error code returned because the number of indexes on a field exceeds the upper limit.

Schema.InvalidParameter.Name

9021

The error code returned because the index name is invalid.

Schema.JoinMap.Duplicated

9022

The error code returned because the table has been associated with another table.

Schema.InvalidParameter.FilterType

9024

The error code returned because the filter conditions for data sources are invalid.

Schema.NotAllTablesBeingUsed

9102

The error code returned because one or more tables are not used.

Schema.InvalidParameter.ForeignKey

9103

The error code returned because the foreign key is invalid.

Schema.InvalidParameter.FieldTypeForJoin

9104

The error code returned because the association is invalid.

Schema.OutOfRange.SubTableCount

9106

The error code returned because the number of secondary tables exceeds the upper limit.

Schema.Forbidden.Modify

9503

The error code returned because the field cannot be modified.

Schema.InvalidParameter.FieldTypeForRangeIndex

9505

The error code returned because one or more field types are not supported. The Range function supports only specific field types.

Schema.OutOfRange.RangeIndexCount

9506

The error code returned because the number of composite indexes exceeds the upper limit.

AppGroup.Quota.InternalError

9601

The error code returned because an internal error has occurred.

Plugin.InvalidParameter

9902

The error code returned because the settings of the data processing plug-in are invalid.

Plugin.NotFound

9903

The error code returned because the specified data processing plug-in does not exist.

101XX: Errors related to scheduled tasks

Error code

Earlier error code

Description

Task.Duplicated

10100

The error code returned because the task is in progress.

Task.InvalidParameter.Action

10102

The error code returned because the task failed to be created. The action for creating the task does not exist or is invalid.

Task.NotFound.TableName

10105

The error code returned because the task failed to be created. The table name is not specified.

Task.NotFound

10107

The error code returned because the task with the specified ID does not exist.

Task.InvalidParameter.ModuleName

10108

The error code returned because the specified module name is invalid when the task status is reported.

Task.InvalidParameter.Status

10109

The error code returned because the specified state is invalid when the task status is reported.

Task.Forbidden.Execute

10110

The error code returned because the specified task is complete when the task status is reported.

Task.InvalidParameter

10111

The error code returned because no parameters are specified. Specify parameters for queries.

Task.InvalidParameter.Field

10113

The error code returned because one or more fields to be cleared are invalid or no fields are specified for clearing.

Task.InvalidParameter.Days

10114

The error code returned because the days parameter is invalid. The parameter value must be an integer that ranges from 7 to 180.

Task.InvalidParameter.DateType

10115

The error code returned because the date type is invalid.

Task.AbnormalStatus

10116

The error code returned because the value that is used to represent the task state is invalid.

Task.InvalidParameter.Status

10117

The error code returned because the type of the data clearing task is invalid.

Task.InvalidParameter.Category

10118

The error code returned because the type parameter is invalid.

Task.InvalidParameter.Cron

10119

The error code returned because the cron parameter is invalid.

Task.NotFound

10600

The error code returned because the specified task does not exist.

Task.NotFound.AppGroup

10601

The error code returned because the app_group parameter is invalid.

102XX: Errors related to quotas

Error code

Earlier error code

Description

Quota.OutOfRange.Qps

10203

The error code returned because the qps field is invalid. The field value must be an integer that is greater than six.

Quota.OutOfRange.DocSize

10204

The error code returned because the docSize field is invalid. The unit of the field value is GB.

Quota.InvalidParameter.DocSizeLessThanUsed

10207

The error code returned because the quota that you apply for is less than the size of existing documents.

Quota.InvalidParameter.DowngradeToJunior

10208

The error code returned because you cannot convert a paid application to a free one.

Quota.WorkingInProgress

10209

The error code returned because you cannot specify quota information when you create a version for an application.

Quota.NotFound

10210

The error code returned because the quota information is not specified.

Quota.InvalidParameter.Type

10211

The error code returned because the quota configuration is invalid.

Quota.OutOfRange.QuoaReviewTaskCount

10212

The error code returned because the number of quota approval tasks that are in progress exceeds one.

Quota.Forbidden

10213

The error code returned because you can manage only the quota approval tasks that are in progress.

Quota.InvalidParameter.Spec

10214

The error code returned because the current region does not support the specified specifications.

Quota.InvalidParameter

10215

The error code returned because the quota settings are invalid.

Quota.OperationFailed.Produce

10217

The error code returned because you cannot create an application of the specified specifications.

Quota.OutOfRange.ComputeResource

20216

The error code returned because the computeResource field is invalid.

103XX, 104XX, and 105XX: Errors related to data sources

Error code

Earlier error code

Description

DataSource.NotFound.TddlGroupKey

10001

The error code returned because the Taobao Distributed Data Layer (TDDL) information failed to be obtained. The group key of TDDL is not specified or is invalid.

DataSource.Unavailable

10002

The error code returned because the specified data source is unavailable.

DataSource.NotFound.TddlAppName

10003

The error code returned because the db_app_name parameter is not specified or is invalid.

DataSource.InvalidParameter

10010

The error code returned because one or more parameters related to the data source are invalid.

DataSource.InvalidParameter.Type

10014

The error code returned because the data source type is invalid.

DataSource.InvalidParameter.Meta

10015

The error code returned because data is invalid.

DataSource.Duplicated

10016

The error code returned because the specified data source already exists.

App.InvalidParameter

10301

The error code returned because one or more required parameters are not specified or their formats are invalid.

Task.InvalidParameter.TimeValue

10302

The error code returned because the period, date, or time exceeds the upper limit, or the format of the period, date, or time is invalid.

DataSource.InvalidParameter

10303

The error code returned because no data source is configured. Configure a data source before you import data.

Task.Duplicated

10309

The error code returned because a task is incomplete. Create another task until the existing task is complete.

App.Unavailable

10310

The error code returned because the application is unavailable.

AppGroup.InvalidParameter.TimeRange

10311

The error code returned because the time range that you specify to query error logs is invalid.

DataSource.InvalidParameter.Type

10316

The error code returned because the data source type is invalid.

DataSource.InvalidParameter

10330

The error code returned because one or more parameters are invalid.

DataSource.NoPermission.Odps

10351

The error code returned because you are not authorized to use MaxCompute.

DataSource.InvalidParameter.OdpsPartitionFilter

10352

The error code returned because the conditional statement that is used to partition MaxCompute tables is invalid.

DataSource.InvalidParameter.OdpsPartitionFieldNotFound

10353

The error code returned because one or more MaxCompute partition fields do not exist.

DataSource.InvalidParameter.OdpsTableNotFound

10354

The error code returned because the specified table does not exist in the project.

DataSource.InvalidParameter.OdpsDonePrefix

10355

The error code returned because the prefix format of the MaxCompute DONE file is invalid.

DataSource.InvalidParameter.OdpsTimestamp

10356

The error code returned because the timestamp field is not specified or the timestamp field indicates a point of time seven days ago.

DataSource.NotFound.RdsInstance

10364

The error code returned because the specified ApsaraDB RDS for MySQL instance does not exist in the current region.

DataSource.NotFound.RdsTable

10366

The error code returned because the specified table does not exist in the current database.

DataSource.OperationFailed.RdsConnect

10367

The error code returned because the connection to ApsaraDB RDS for MySQL failed.

DataSource.OperationFailed.RdsConnect

10368

The error code returned because the connection to the database failed.

DataSource.Unsupported.RdsDbType

10369

The error code returned because OpenSearch does not support this type of database.

DataSource.OperationFailed.RdsSetIpWhiteList

10370

The error code returned because the IP address whitelist failed to be configured for the ApsaraDB RDS for MySQL instance.

DataSource.OperationFailed.RdsIpNotInWhiteList

10371

The error code returned because the IP address is not added to the IP address whitelist of the ApsaraDB RDS for MySQL instance.

DataSource.Unsupported.RdsInstanceType

10372

The error code returned because only primary ApsaraDB RDS for MySQL instances are supported.

DataSource.Unsupported.RdsInstanceVersion

10373

The error code returned because the MySQL version of the ApsaraDB RDS for MySQL instance is not supported.

DataSource.Unsupported.RdsInstanceClassType

10374

The error code returned because only dedicated ApsaraDB RDS for MySQL instances are supported.

DataSource.OperationFailed.Vpc

10375

The error code returned because the ApsaraDB RDS for MySQL instance failed to obtain the configurations of a virtual private cloud (VPC).

DataSource.Forbidden.RdsSetIpWhiteList

10377

The error code returned because the RAM user is not authorized to access the IP address whitelist of the ApsaraDB RDS for MySQL instance.

DataSource.Unsupported.RdsNetworkType

10379

The error code returned because the network type of the ApsaraDB RDS for MySQL instance is not supported.

DataSource.OperationFailed.VpcAccessConfigPending

10380

The error code returned because the VPC authorization configurations are initializing. Try again later.

DataSource.OperationFailed.VpcServerConfigPending

10381

The error code returned because the VPC server configurations are initializing. Try again later.

NotFound.Field

10450

The error code returned because one or more fields do not exist.

DataSource.Unsupported.DrdsDbType

10451

The error code returned because the specified instance type is not supported. OpenSearch supports only the databases of ApsaraDB RDS for MySQL instances.

UserCluster.NotFound

10502

The error code returned because the cluster name is invalid.

UserCluster.Unsupported.Type

10503

The error code returned because the cluster type is invalid.

RouteField.Unsupported.FieldType

10504

The error code returned because the types of one or more partition fields are invalid.

UserCluster.Unsupported.AppType

10506

The error code returned because advanced applications do not support cluster settings.

RouteField.Unsupported

10507

The error code returned because the cluster does not support routing fields.

Quota.Forbidden.UpdateTps

10508

The error code returned because you are not authorized to update the quota of transactions per second (TPS).

Quota.Forbidden.UpdateTps

10509

The error code returned because advanced applications do not support TPS.

UserCluster.InvalidParameter.NameEmpty

10510

The error code returned because the cluster name is not specified.

UserCluster.Duplicated

10512

The error code returned because the specified cluster name already exists.

UserCluster.InvalidParameter.Name

10513

The error code returned because the logical cluster name is invalid. The logical cluster name can contain digits, letters, and underscores (_). It must be 1 to 50 characters in length and start with a letter.

UserCluster.InvalidParameter.AliasEmpty

10514

The error code returned because the physical cluster name is not specified.

UserCluster.InvalidParameter.Alias

10515

The error code returned because the physical cluster name is invalid. The physical cluster name can contain digits, letters, and underscores (_). It must be 1 to 50 characters in length and start with a letter.

UserCluster.InvalidParameter.RouteFieldEmpty

10516

The error code returned because no routing field is specified for the cluster.

RouteField.InvalidParameter.GroupEmpty

10517

The error code returned because no cluster is specified for the routing field.

RouteField.Unsupported.AppType

10518

The error code returned because advanced applications do not support routing fields.

DataSource.Unsupported.PolarDbInstanceVersion

10519

The error code returned because OpenSearch supports only PolarDB for MySQL 5.6.

DataSource.PolarDbBinlogDisabled

10520

The error code returned because binary logs are unavailable.

107XX: Errors related to custom analyzers

Error code

Earlier error code

Description

UserAnalyzer.NotFound

10700

The error code returned because the specified custom analyzer does not exist.

UserAnalyzer.Forbidden.ModifyDictionary

10701

The error code returned because you cannot modify the dictionary.

UserAnalyzer.OperationFailed.Remove

10702

The error code returned because the custom analyzer is used by an application. Before you delete the custom analyzer, remove the custom analyzer from the application.

UserAnalyzer.OutOfRange.Count

10703

The error code returned because the number of custom analyzers exceeds the upper limit.

UserAnalyzer.InvalidParameter.NoEntries

10704

The error code returned because the custom analyzer does not contain entries.

UserAnalyzer.OutOfRange.EntryCount

10705

The error code returned because the number of entries in the custom analyzer exceeds the upper limit.

UserAnalyzer.InvalidParameter.Entry

10706

The error code returned because the values of one or more entries are invalid. An entry value cannot contain uppercase letters, full-width characters, or Chinese punctuation marks.

UserAnalyzer.InvalidParameter.EntryKey

10707

The error code returned because the keys of one or more entries are invalid. An entry key cannot contain spaces and must be 1 to 10 characters in length.

UserAnalyzer.Duplicated.EntryKey

10708

The error code returned because the keys of one or more entries already exist.

UserAnalyzer.InvalidParameter.EntryKeyReserved

10709

The error code returned because the keys of one or more entries are the same as default keys.

UserAnalyzer.InvalidParameter.EntryKeyInValue

10710

The error code returned because the keys of one or more entries are part of entry values.

UserAnalyzer.InvalidParameter.EntryValue

10711

The error code returned because the values of one or more entries are invalid. An entry value must be 1 to 32 characters in length.

UserAnalyzer.InvalidParameter.EntryValueReserved

10712

The error code returned because the values of one or more entries are the same as default values.

UserAnalyzer.InvalidParameter.Name

10713

The error code returned because the name of the custom analyzer is invalid. The name can contain letters, digits, and underscores (_). It must be 1 to 30 characters in length and start with a letter.

UserAnalyzer.InvalidParameter.NameReserved

10714

The error code returned because the name of the custom analyzer is the same as that of a built-in analyzer.

UserAnalyzer.InvalidParameter.Business

10715

The error code returned because the basic analyzer that is used to create the custom analyzer is invalid.

UserAnalyzer.InvalidParameter.KeyValueMismatch

10716

The error code returned because one or more entries in the custom analyzer are invalid. The key of an entry must be the same as the value of the entry after spaces are removed from the value.

UserAnalyzer.InvalidParameter.Type

10717

The error code returned because the type of the dictionary that is configured for the custom analyzer is invalid.

UserAnalyzer.OperationFailed.Remove

10718

The error code returned because the custom analyzer is used by an intervention dictionary. Before you delete the custom analyzer, remove the custom analyzer from the intervention dictionary.

AppGroup.InvalidParameter.MetricType

10719

The error code returned because the types of one or more metrics in the statistical reports about applications are invalid.

11XXX: Errors related to A/B testing

Error code

Earlier error code

Description

ABTest.NotFound

11001

The error code returned because the specified test scenario does not exist.

ABTest.NotFound.Group

11002

The error code returned because the specified test group does not exist.

ABTest.NotFound.Experiment

11003

The error code returned because the specified test does not exist.

ABTest.InvalidParameter

11004

The error code returned because the values of one or more test-related parameters are invalid.

ABTest.OutOfRange.SceneCount

11007

The error code returned because the number of test scenarios exceeds the upper limit.

ABTest.OutOfRange.GroupCount

11008

The error code returned because the number of test groups exceeds the upper limit.

ABTest.OutOfRange.ExperimentCount

11009

The error code returned because the number of tests exceeds the upper limit.

UserAnalyzer.OutOfRange.AliasLength

11010

The error code returned because the test name exceeds 30 characters in length.

ABTest.OutOfRange.Traffic

11011

The error code returned because the proportion of the traffic that is allocated to all online tests exceeds 100%.

ABTest.Duplicated.Condition

11012

The error code returned because the tag of the test scenario already exists.

ABTest.InvalidParameter.ConditionEmpty

11013

The error code returned because no tag is specified for the test scenario.

ABTest.OutOfRange.ConditionCount

11014

The error code returned because the number of test scenario tags exceeds the upper limit.

ABTest.InvalidParameter.ConditionValue

11015

The error code returned because the name of the test scenario tag is invalid.

ABTest.InvalidParameter.ConditionDefault

11016

The error code returned because default scenario tags coexist with other scenario tags.

ABTest.InvalidParameter.Traffic

11017

The error code returned because the proportion of the traffic that is allocated to all online tests is not in the range of 1% to 100%.

12XXX: Errors related to data collection

Error code

Earlier error code

Description

DataCollection.NotFound

12001

The error code returned because the specified data collection task does not exist.

DataCollection.InvalidParameter.FieldEmpty

12002

The error code returned because one or more required fields are not specified for data collection.

DataCollection.InvalidParameter.FieldType

12003

The error code returned because the types of one or more fields that are specified for data collection are invalid.

DataCollection.InvalidParameter.FieldValue

12004

The error code returned because the values of one or more fields that are specified for data collection are invalid.

DataCollection.Unavailable

12005

The error code returned because data collection on the server is not enabled.

13XXX: Errors related to intervention dictionaries

Error code

Earlier error code

Description

Intervention.Unsupported

13001

The error code returned because the current region does not support intervention dictionaries.

Intervention.NotFound.Dictionary

13002

The error code returned because the specified intervention dictionary does not exist.

Intervention.InvalidParameter.Type

13004

The error code returned because the intervention dictionary of this type is not supported.

Intervention.InvalidParameter.TypeMismatch

13006

The error code returned because the type of the intervention dictionary is not supported.

Intervention.OperationFailed.Remove

13007

The error code returned because the intervention dictionary is being used.

Intervention.Duplicated.Dictionary

13008

The error code returned because the name of the intervention dictionary already exists.

Intervention.OutOfRange.DictionaryCount

13009

The error code returned because the number of intervention dictionaries exceeds the upper limit.

Intervention.InvalidParameter.Empty

13010

The error code returned because one or more required parameters are not specified.

Intervention.Duplicated.FieldValue

13111

The error code returned because one or more synonyms to be added are the same as blocked synonyms.

Intervention.Duplicated.ConfigItem

13112

The error code returned because the total number of synonyms to be added and blocked synonyms exceeds five.

Intervention.Unsupported.AppType

13113

The error code returned because only advanced applications support intervention dictionaries.

Intervention.Unsupported.NerTag

13120

The error code returned because one or more entities cannot be recognized.

14XXX: Errors related to the optimization service

Error code

Earlier error code

Description

Optimizer.Unsupported

14101

The error code returned because the current region does not support slow query analysis.

Optimizer.InvalidParameter.SameDay

14102

The error code returned because only analysis results within one day can be queried.

Optimizer.OperationFailed.PvLogNotReady

14104

The error code returned because query logs are not ready.

15XXX: Errors related to purchase

Error code

Earlier error code

Description

Sale.NotFound.CommodityCode

15004

The error code returned because the service code cannot be recognized.

Sale.NotFound.ChargeType

15005

The error code returned because the billing method cannot be recognized.

Sale.NotFound.OrderType

15006

The error code returned because the type of the order cannot be recognized.

Sale.OperationFailed.Remove

15007

The error code returned because subscription applications cannot be deleted.

Sale.Duplicated.InstanceId

15008

The error code returned because the specified instance ID already exists.

Sale.WorkingInProgress.Order

15009

The error code returned because an order is incomplete.

Sale.NotFound.PricingCycle

15010

The error code returned because the unit of the subscription duration cannot be recognized.

Sale.OperationFailed.Upgrade

15011

The error code returned because the specifications of the application failed to be changed.

Sale.OperationFailed.ChargingWayMismatch

15012

The error code returned because the billing model of the application has not been changed to the new billing model.

Sale.OperationFailed.ServiceTypedOnly

15013

The error code returned because only service-oriented applications can be converted to application instances.

Sale.OperationFailed.HasQuotaReview

15014

The error code returned because a ticket for application quota approval has not been processed.

Sale.NotFound.PricingPlanResult

15103

The error code returned because the specified specifications cannot be priced.

16XXX: Errors related to algorithms

Error code

Earlier error code

Description

Algorithm.Forbidden.AlreadyConfigured

16001

The error code returned because the algorithm has been configured.

Algorithm.Throttling

16002

The error code returned because excessive call requests have been submitted in a short period of time.

Algorithm.InvalidParameter.Scene

16004

The error code returned because the scenario cannot be recognized.

Algorithm.NotFound.Deployment

16104

The error code returned because the algorithm to be deployed does not exist.

Algorithm.Forbidden.PredictionNotReady

16105

The error code returned because model prediction is incomplete.

Algorithm.Forbidden.PredictionInService

16106

The error code returned because the model can be deployed only once.

Algorithm.Forbidden.PredictionOffline

16107

The error code returned because the prediction model has been deleted.

Algorithm.InvalidParameter.EmptyModels

16108

The error code returned because no model is included in the algorithm to be deployed.

Algorithm.WorkingInProgress.PrevDeployment

16109

The error code returned because the deployment of the previous algorithm is incomplete.

Algorithm.OperationFailed.DeploymentInService

16110

The error code returned because the deployed algorithm is being used.

Algorithm.Forbidden.PredictionFailed

16111

The error code returned because model prediction failed.

Algorithm.OperationFailed.DeploymentExpired

16112

The error code returned because the validity period of algorithm deployment expires.

Algorithm.Unsupported.AppSpec

16113

The error code returned because algorithm deployment is restricted by application specifications.

Algorithm.Duplicated.Project

16201

The error code returned because the specified name of the algorithm project already exists.

Algorithm.NotFound.Project

16204

The error code returned because the specified algorithm project does not exist.

Algorithm.InvalidParameter.EmptyDataSources

16206

The error code returned because no data source is configured for the algorithm project.

Algorithm.OperationFailed.ModelInService

16207

The error code returned because one or more models in the algorithm project have been deployed. Before you delete the algorithm project, undeploy the models.

Algorithm.CountExceeded.Project

16208

The error code returned because the number of algorithm projects exceeds the upper limit.

Algorithm.InvalidParameter.Type

16209

The error code returned because the type of the algorithm project is invalid.

Algorithm.Duplicated.Model

16301

The error code returned because the specified name of the model already exists.

Algorithm.NotFound.Model

16304

The error code returned because the specified model does not exist.

Algorithm.InvalidParameter.Preprocessors

16305

The error code returned because you cannot configure preprocessing rules for the primary key.

Algorithm.NotFound.FieldPk

16306

The error code returned because no field is specified as the primary key.

Algorithm.WorkingInProgress.Training

16307

The error code returned because the training of the models in the algorithm is incomplete.

Algorithm.WorkingInProgress.Preprocessing

16308

The error code returned because the preprocessing of the models in the algorithm is incomplete.

Algorithm.Forbidden.Update

16309

The error code returned because the models in the algorithm cannot be modified.

Algorithm.CountExceeded.Model

16310

The error code returned because the number of models in the algorithm exceeds the upper limit.

Algorithm.OperationFailed.DeployedOnDifferentScene

16311

The error code returned because the models in the algorithm have been deployed in different scenarios.

Algorithm.OperationFailed.AlreadyUsed

16312

The error code returned because the models in the algorithm are configured in one or more sort expressions. You cannot delete the models.

Algorithm.OperationFailed.Preprocessing

16313

The error code returned because the preprocessing of the models in the algorithm failed.

Algorithm.InvalidParameter.FieldType

16314

The error code returned because the types of one or more fields are invalid.

Algorithm.InvalidParameter.AppFieldType

16315

The error code returned because the roles of one or more fields are invalid.

Algorithm.InvalidParameter.CateIdEmpty

16316

The error code returned because the field related to category IDs is not specified.

Algorithm.InvalidParameter.ItemTitleEmpty

16317

The error code returned because the field related to entity titles is not specified.

Algorithm.InvalidParameter.SameWithPk

16318

The error code returned because the field that is configured for the model is the same as the primary key.

Algorithm.Forbidden.Model

16319

The error code returned because the specified operation on the model is not allowed.

Algorithm.InvalidParameter.AppFieldValueType

16320

The error code returned because the fields that are configured for the model cannot be multi-value fields.

Algorithm.InvalidParameter.Behavior

16404

The error code returned because behavioral data cannot be recognized.

Algorithm.OperationFailed.DataSourceValidation

16405

The error code returned because the data source verification failed.

Algorithm.OperationFailed.Deploy

16501

The error code returned because model deployment failed.

Algorithm.InvalidParameter.EmptyDataProcessorConfig

16601

The error code returned because the rule configurations are not supported.

Algorithm.InvalidParameter.DataProcessorEmpty

16602

The error code returned because no feature transformation rules are configured.

Algorithm.InvalidParameter.DataProcessor

16604

The error code returned because the preprocessing rules or feature transformation rules are not supported.

Other errors

Error code

Earlier error code

Description

Unsupported

99999

The error code returned because the operation is not allowed.