All Products
Search
Document Center

OpenSearch:ModelErrorCode

Last Updated:Feb 20, 2023

Error code

HTTP status code

Error message

Description

InternalError

500

Internal Server Error

The error message returned because an internal error has occurred.

Algorithm.Model.Missing.RequestBody

400

required request body is missing

The error message returned because the request body is missing or invalid.

Algorithm.Model.ModelIsTraining

412

model is training

The error message returned because the model is in training and the next step cannot be performed.

Algorithm.Model.TrainingHasNotSuccess

412

model training has not success

The error message returned because the model training failed and the next step cannot be performed.

Algorithm.Model.PredictingHasNotSuccess

412

model predicting has not success

The error message returned because the model prediction failed and the next step cannot be performed.

Algorithm.Model.InvalidAppGroup

400

invalid app group

The error message returned because the application cannot be found based on the value of the app_group parameter in the request body.

Algorithm.Model.InvalidOriginalRequest

400

invalid original request

The error message returned because the original_request parameter in the request body is invalid.

Algorithm.Model.InvalidAliyunUserId

400

invalid aliyun user id

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

Algorithm.Model.InvalidAppGroupId

400

invalid app group id

The error message returned because the ID of the application is invalid.

Algorithm.Model.InvalidAppGroupName

400

invalid app group name

The error message returned because the name of the application is invalid.

Algorithm.Model.InvalidAppGroupStatus

400

invalid app group status

The error message returned because the state of the application is invalid.

Algorithm.Model.InvalidOriginalRequestUri

400

invalid original request uri

The error message returned because the URI of the original request is invalid.

Algorithm.Model.InvalidOriginalRequestMethod

400

invalid original request method

The error message returned because the method of the original request is invalid.

Algorithm.Model.InvalidModelId

400

invalid model id

The error message returned because the ID of the model is invalid.

Algorithm.Model.InvalidModelType

400

invalid model type

The error message returned because the type of the model is invalid.

Algorithm.Model.InvalidModelName

400

invalid model name

The error message returned because the name of the model is invalid.

Algorithm.Model.InvalidTrainTarget

400

invalid train target

The error message returned because the training goal of the model is invalid.

Algorithm.Model.InvalidCron

400

invalid cron

The error message returned because the CRON expression is invalid.

Algorithm.Model.CommentTooLong

400

comment too long

The error message returned because the comment is too long.

Algorithm.Model.NotFound

404

model is not exists

The error message returned because the model does not exist.

Algorithm.Model.Duplicated

409

duplicate model name

The error message returned because the name of the model already exists.

Algorithm.Model.InvalidDirection

400

invalid order direction

The error message returned because the sort order is invalid.

Algorithm.Model.InvalidNumberFormat

400

invalid number format

The error message returned because the number format is invalid.

Algorithm.Data.NoData

428

no data to train model

The error message returned because the training data is not ready.

Algorithm.Data.NotEnoughDay

428

not enough day to train model

The error message returned because more days are required to complete model training.

Algorithm.Data.NotEnoughPvAtLastDay

428

not enough pv at last day

The error message returned because the page views (PVs) on the previous day are not enough.

Algorithm.Data.NotEnoughIpvAtLastDay

428

not enough ipv at last day

The error message returned because the item page views (IPVs) on the previous day are not enough.

Algorithm.Data.TooManyInvalidBhvType

428

too many invalid bhv_type

The error message returned because the proportion of the invalid behavioral data is too high.