更新时间:2024-04-17 GMT+08:00
分享

应用编排错误码

调用接口出错后,将不会返回结果数据。调用方可根据每个接口对应的错误码来定位错误原因。 当调用出错时,HTTP请求返回一个 4xx 或 5xx 的HTTP状态码。返回的消息体中是具体的错误代码及错误信息。在调用方找不到错误原因时,可以联系华为云客服,并提供错误码,以便尽快帮您解决问题。

错误响应Body体格式说明

当接口调用出错时,会返回错误码及错误信息说明,错误响应的Body体格式如下所示。

{
    "code": "SVCSTG.AOS.4001110",
    "extend": "The template already exists!",
    "message": "Bad request, name of template is already used.",
    "showdetail": false
}

其中,code表示错误码,extend是根据实际情况设置的错误信息,message是默认错误描述信息,showdetail为true时展示extend的错误信息,showdetail为false时展示message的错误信息。

错误码说明

当您调用API时,如果遇到“APIGW”开头的错误码,请参见API网关错误码进行处理。

表1 错误码

状态码

错误码

错误信息

描述

处理措施

400

SVCSTG.AOS.4000007

Bad Request, request route not found.

请求错误,请求路径未找到

用户无访问权限,请更换用户来访问

400

SVCSTG.AOS.4000010

Bad request, request parameter error, please check.

请求错误,请求参数错误,请检查

请求参数错误,请更正后重试

400

SVCSTG.AOS.4000011

Bad request, request parameter error, please check.

请求错误,请求参数错误,请检查

请求参数错误,请更正后重试

400

SVCSTG.AOS.4000016

Bad request, request parameter error, please check.

请求错误,请求参数错误,请检查

请求参数错误,请更正后重试

400

SVCSTG.AOS.4000100

Bad request, no url of archive provided.

请求错误,未提供模板文件URL地址

请填写模板文件URL地址,然后重试

400

SVCSTG.AOS.4000101

Bad request, credentials is empty.

请求错误,未提供认证信息

请填写模板认证信息,然后重试

400

SVCSTG.AOS.4000102

Bad request, archive url is invalid

模板文件url不合法

请更正模板文件URL地址,然后重试

400

SVCSTG.AOS.4000106

Bad request, no namespace provided.

请求错误,未携带命名空间信息

请添加命名空间信息,然后重试

400

SVCSTG.AOS.4000107

Bad request, no package name provided

请求失败,未携带软件包名字

请添加软件包名字,然后重试

400

SVCSTG.AOS.4000108

Bad request, no archive name provided.

请求失败,未携带模板文件名字

请添加模板文件名字,然后重试

400

SVCSTG.AOS.4000117

Bad request, no file to be upload.

请求错误,没有可上传的模板文件

请补充模板文件,然后重试

400

SVCSTG.AOS.4000120

Bad request, when searching package, name provided is empty.

查询软件包时,软件包名字为空

请填写软件包名字,然后重试

400

SVCSTG.AOS.4000122

Bad request, find multiple archive.

请求错误,存在多个满足条件的软件包

请更正软件包名字,然后重试

400

SVCSTG.AOS.4000127

Bad request, no domain provided.

没有提供domain信息

请填写domain信息,然后重试

400

SVCSTG.AOS.4000133

Bad request, path not found.

请求错误,模板文件路径未发现

请更正你填写的模板文件地址,然后重试

400

SVCSTG.AOS.4000200

Bad request, archive is not existed.

请求错误,模板文件不存在

请更正你填写的模板文件地址,然后重试

400

SVCSTG.AOS.4000201

Bad request, unsupported archive type.

请求错误,模板文件类型不支持

请更正你填写的模板文件为支持的格式,然后重试

400

SVCSTG.AOS.4000319

Bad request, type of getting resource invalid.

请求错误,获取的资源类型非法

请联系技术支持

400

SVCSTG.AOS.4000326

Bad request, cluster is not available.

请求错误,集群不可用

请修复或更换集群,然后重试

400

SVCSTG.AOS.4000327

Bad request, namespace is not available.

请求错误,namespace不可用

请修复集群的命名空间,然后重试

400

SVCSTG.AOS.4000503

Bad request, find multiple public chart package.

请求错误,获取公共chart包数量不唯一

请联系技术支持

400

SVCSTG.AOS.4000504

Bad request, URL of chart is null.

请求错误,chart包地址为空

请更正Chart包地址,然后重试

400

SVCSTG.AOS.4000505

Bad request, chart package specified is not exist.

请求错误,指定chart包不存在

请更正Chart包名称,然后重试

400

SVCSTG.AOS.4000506

Bad request, find multiple chart package in specified namespace.

请求错误,namespace下同名chart包数量不唯一

请更正Chart包名称,然后重试

400

SVCSTG.AOS.4000507

Bad request, neither chart name nor chart URL is specified.

请求错误,没有指定chart包名称且没有指定chart包地址

请填写Chart包名称和地址,然后重试

400

SVCSTG.AOS.4000600

Bad request, package name is null.

请求错误,模板文件名为空

请填写模板文件名,然后重试

400

SVCSTG.AOS.4000601

Bad request, package name is invalid.

请求错误,模板文件名不合法

请更正模板文件名,然后重试

400

SVCSTG.AOS.4000602

Request is invalid.

模板元数据非法

请更正模板元数据,然后重试

400

SVCSTG.AOS.4001004

Bad request, invalid input template file.

请求错误,输入模板文件非法

输入模板文件错误,请修改后重试

400

SVCSTG.AOS.4001005

Bad request, template file is too large.

模板文件超过了最大限制

模板文件大小超过限制,请修改后重试

400

SVCSTG.AOS.4001007

Bad request, template is null.

请求错误,模板文件为空

模板文件为空,请修改后重试

400

SVCSTG.AOS.4001007

Bad request, template is null.

请求错误,模板图片为空

模板图片为空,请修改后重试

400

SVCSTG.AOS.4001008

Bad request, template name can not be updated.

请求错误,模板名字不允许更新

模板名字不允许更新,请修改后重试

400

SVCSTG.AOS.4001009

Bad request, template scope can not be updated.

请求错误,模板scope不允许更新

模板scope不允许更新,请修改后重试

400

SVCSTG.AOS.4001011

Bad request, archive name is already existed.

软件仓库中存在同名模板文件,请修改模板文件名称

请修改模板名称,然后重试

400

SVCSTG.AOS.4001013

Bad request, main file of template can not be updated.

请求错误,模板主文件不能更新

模板主文件不允许更新,请修改后重试

400

SVCSTG.AOS.4001014

Bad request, template filename is empty

请求错误,模板文件为空

模板文件为空,请修改后重试

400

SVCSTG.AOS.4001015

Bad request, invalid input template image.

请求错误,输入模板图片非法

输入模板图片非法,请修改后重试

400

SVCSTG.AOS.4001016

Bad request, template image is too large.

模板图片超过了最大限制

模板图片太大,请更换后重试

400

SVCSTG.AOS.4001101

Bad request, request body is too large.

请求错误,请求体太大

请求体过大,请修改后重试

400

SVCSTG.AOS.4001102

Bad request, resource parameter is invalid.

请求错误,请求中resource参数错误

请求参数中的resource参数错误,请修改后重试

400

SVCSTG.AOS.4001103

Bad request, resource parameter is invalid.

请求错误,请求体中的resource参数不合法

请求参数错误,请修改后重试

400

SVCSTG.AOS.4001104

Bad request, name of template is invalid.

请求错误,模板名称不合法

请修改模板名称,然后重试

400

SVCSTG.AOS.4001105

Bad request, description of template is invalid.

请求错误,模板描述不合法

请修改模板描述,然后重试

400

SVCSTG.AOS.4001106

Bad request, version of template is invalid.

请求错误,version字段不合法

请修改模板版本,然后重试

400

SVCSTG.AOS.4001107

Bad request, vendor of template is invalid.

请求错误,vendor字段不合法

请修改模板vendor,然后重试

400

SVCSTG.AOS.4001108

Bad request, scope of template is invalid.

请求错误,模板的scope非法

请修改模板scope,然后重试

400

SVCSTG.AOS.4001110

Bad request, name of template is already used.

请求错误,模板名称已被使用

模板名字已被使用,请修改后重试

400

SVCSTG.AOS.4001115

Bad request, main file of template is invalid.

请求错误,模板主文件不合法

模板主文件不合法,请修改后重试

400

SVCSTG.AOS.4001117

Bad request, tosca version of template is invalid.

请求错误,模板tosca版本不合法

模板tosca版本不支持,请修改后重试

400

SVCSTG.AOS.4001118

Bad request, invalid template type, must be yaml, json, file.

请求错误,模板文件类型非法

模板文件类型非法,请修改后重试

400

SVCSTG.AOS.4001119

Parse template failed, template is invalid, please check.

模板校验失败,模板不合法,请检查

请联系技术支持

400

SVCSTG.AOS.4001120

Bad request, project id in token is invalid.

请求错误,项目ID不合法

请修改项目ID,然后重试

400

SVCSTG.AOS.4001122

Bad request, invalid encoding format of template file.

请求错误,模板文件编码格式错误

请修改模板文件编码,然后重试

400

SVCSTG.AOS.4001124

Old AOS application type is now replaced by type ServiceStage

请求错误,模板包含的旧AOS应用模型已被ServiceStage类型替代

请联系技术支持

400

SVCSTG.AOS.4001201

Bad request, scope is invalid.

请求错误,scope非法

模板scope非法,请修改后重试

400

SVCSTG.AOS.4001400

Bad request, stack required is not exist.

请求错误,请求的stack不存在

堆栈不存在,请确认

400

SVCSTG.AOS.4001500

Bad request, template ID is invalid.

请求错误,模板ID不合法

模板ID不合法,请修改后重试

400

SVCSTG.AOS.4001502

Bad request, isDelTemplatePackage param error.

请求错误,是否删除模板文件参数错误

是否删除模板文件参数错误,请修改后重试

400

SVCSTG.AOS.4001600

Bad request, local parameter is invalid.

请求错误,请求参数中local参数错误

local参数错误,请修改后重试

400

SVCSTG.AOS.4001800

Bad request, request body is invalid.

请求错误,请求体无效

请求体错误,请修改后重试

400

SVCSTG.AOS.4001801

Validate template failed, template is invalid, please check.

模板校验失败,模板不合法,请检查

请联系技术支持

400

SVCSTG.AOS.4001900

Converge template failed, please check.

模板汇聚解析失败,模板不合法,请检查

请联系技术支持

400

SVCSTG.AOS.4001901

Request parameter error, please check.

请求参数出错,请检查

创建堆栈时请求体不合法,请修改后重试

400

SVCSTG.AOS.4001902

Request parameter error, please check.

请求参数出错,请检查

创建堆栈时请求体不合法,请修改后重试

400

SVCSTG.AOS.4002000

Request parameter error, please check.

请求参数出错,请检查

请更正请求参数,然后重试

400

SVCSTG.AOS.4002001

Bad request, invalid stack name.

请求错误,堆栈名称不合法

请更正堆栈名称,然后重试

400

SVCSTG.AOS.4002002

Bad request, invalid stack description.

请求错误,堆栈描述不合法

请更正堆栈描述,然后重试

400

SVCSTG.AOS.4002003

Bad request, project ID is invalid.

请求错误,项目ID不合法

请更正项目ID,然后重试

400

SVCSTG.AOS.4002004

Bad request, invalid template ID.

请求错误,模板id不合法

请更正模板ID,然后重试

400

SVCSTG.AOS.4002008

Bad request, input parameters is invalid.

请求错误,输入参数不合法

请更正请求参数,然后重试

400

SVCSTG.AOS.4002009

Bad request, request parameter error, please check.

请求错误,输入参数不合法,请检查

请更正请求参数,然后重试

400

SVCSTG.AOS.4002011

Bad request, some input parameters are too long.

请求错误,输入参数超过了最大长度

请更正请求参数,然后重试

400

SVCSTG.AOS.4002013

Bad request, input parameter is invalid.

请求错误,输入参数不合法,请检查

请更正请求参数,然后重试

400

SVCSTG.AOS.4002015

Bad request, package property is not right.

请求错误,package的属性参数不合法

请更正请求参数,然后重试

400

SVCSTG.AOS.4002018

Bad request, external node properties is invalid.

请求错误,外部依赖节点属性不合法

请联系技术支持

400

SVCSTG.AOS.4002020

Bad request, external stack name not found in namespace.

请求错误,外部节点所在的堆栈未发现

请联系技术支持

400

SVCSTG.AOS.4002021

Bad request, external node not in stack getting from database.

请求错误,外部节点不在模板指定的stack中

请联系技术支持

400

SVCSTG.AOS.4002024

Bad request, labels of stack is invalid

请求错误,堆栈标签不合法

请修改堆栈标签,然后重试

400

SVCSTG.AOS.4002027

Bad request, scale parameters defined in inputs and nodes at the same time is not support

请求错误,不支持input和node中同时定义scale参数

不支持input和node中同时定义scale参数,请修改后重试

400

SVCSTG.AOS.4002028

Bad request, not supported scale parameter, please define instances to inputs.

请求错误,请在inputs中定义伸缩参数

请将伸缩参数定义在inputs中,然后重试

400

SVCSTG.AOS.4002029

Create stack failed, instantiate template failed.

创建堆栈失败,实例化模板失败

请联系技术支持

400

SVCSTG.AOS.4002030

Bad request, template is invalid, need trimmed node does not marked as deploy false

请求错误,模板非法,模板中需要被裁剪的node没有被标记为deploy false

请联系技术支持

400

SVCSTG.AOS.4002031

Create domain agency failed

请求错误,堆栈包含的旧AOS应用模型已被ServiceStage类型替代

请联系技术支持

400

SVCSTG.AOS.4002100

Bad request, stack ID is invalid.

请求错误,堆栈ID不合法

请修改堆栈ID,然后重试

400

SVCSTG.AOS.4002103

Bad request, request parameter error, please check.

请求错误,请求参数不合法

请修改参数,然后重试

400

SVCSTG.AOS.4002200

Bad request, project ID is invalid.

请求错误,项目ID不合法

请修改项目ID,然后重试

400

SVCSTG.AOS.4002400

Bad request, request parameter error, please check.

请求错误,请求参数出错,请检查

请修改参数,然后重试

400

SVCSTG.AOS.4002401

Bad request, stack name can not be updated.

请求错误,堆栈名称不支持更新

堆栈名称不支持更新

400

SVCSTG.AOS.4002500

Bad request, request body is invalid.

请求错误,请求体非法

请修改请求参数,然后重试

400

SVCSTG.AOS.4002501

Bad request, lifecycle parameter is invalid.

请求错误,生命周期参数不合法

请修改生命周期参数,然后重试

400

SVCSTG.AOS.4002502

Bad request, number of scaling instances is not specified.

请求错误,请输入伸缩实例个数

请输入伸缩实例个数,然后重试

400

SVCSTG.AOS.4002507

Bad request, failure strategy is invalid.

请求错误,堆栈创建失败后回退策略不合法

请修改堆栈创建失败后回退策略,然后重试

400

SVCSTG.AOS.4002508

Bad request, strategy specified is not supported for this action.

请求错误,为生命周期指定的策略不支持

请修改生命周期策略,然后重试

400

SVCSTG.AOS.4002513

Bad request, node upgraded does not exist in original stack.

请求错误,需升级的node不在原始堆栈中

请联系技术支持

400

SVCSTG.AOS.4002515

Bad request, the stack has not been upgraded and can not be rolled back.

请求错误,该堆栈没有进行过升级操作,不能进行回退

未升级过的堆栈,不能回退

400

SVCSTG.AOS.4002522

Bad request, upgrade node type is not software component.

请求错误,升级的node类型不是软件组件

请联系技术支持

400

SVCSTG.AOS.4002523

Bad request, upgrade node is not included by any application.

请求错误,升级的node类型不被任何应用包含

请联系技术支持

400

SVCSTG.AOS.4002536

Bad request, url property does not exist in action body.

请求体的node属性中没有URL属性

请联系技术支持

400

SVCSTG.AOS.4002547

Bad request, application can not be stopped.

请求错误,应用不支持启停

选择的应用不支持启动停止

400

SVCSTG.AOS.4002548

Bad request, the stack action can not be retry for none action history found.

请求错误,未发现堆栈执行记录,无法执行重试

选择的堆栈无执行记录,不能重试

400

SVCSTG.AOS.4002549

Bad request, parameter of scaling is invalid

请求错误,伸缩参数不合法

请修改伸缩参数,然后重试

400

SVCSTG.AOS.4002551

Bad request, policy can not be changed.

请求错误,策略类型不支持拓扑变更

选择的策略类型不支持拓扑变更,请修改后重试

400

SVCSTG.AOS.4002556

Bad request, statefulSet application with OnDelete update strategy can not be upgraded.

请求错误,配置OnDelete升级策略的有状态应用不可被升级

请联系技术支持

400

SVCSTG.AOS.4002562

Bad request, node name is invalid

请求错误, node名称不合法

请修改节点名称,然后重试

400

SVCSTG.AOS.4002563

Bad request, node type changed during upgrading.

请求错误,升级过程中node的type发生变化

升级堆栈时不能修改节点的类型,请修改后重试

400

SVCSTG.AOS.4002564

Bad request, node relationship changed during upgrading.

请求错误,升级过程中node的relationship发生变化

升级堆栈时不能修改节点的关联关系,请修改后重试

400

SVCSTG.AOS.4002566

Bad request, node immutable property changed during upgrading.

请求错误,升级过程中node的不可变属性发生变更

升级堆栈时不能修改节点的不可变属性,请修改后重试

400

SVCSTG.AOS.4002567

Bad request, label of application changed during upgrading.

请求错误,升级过程中application的label属性发生变更

升级堆栈时不能修改application的label属性,请修改后重试

400

SVCSTG.AOS.4002568

Bad request, bindServices of node added or removed.

请求错误,升级过程中node的bindServices新增或减少了

升级堆栈时不能修改节点的bindServices属性,请修改后重试

400

SVCSTG.AOS.4002569

Bad request, node removed but node has relationship with it was not removed.

请求错误,升级过程中node被删除,但是与该node有关联关系的node未被删除

升级堆栈时删除了节点,但是依赖节点没有删除,请修改后重试

400

SVCSTG.AOS.4002571

Bad request, dsl version of template can not be changed.

请求错误,模板的tosca_version发生了改变

不能变更模板的tosca_versioin,请修改后重试

400

SVCSTG.AOS.4002572

Bad request, not supported node was added during upgrading.

请求错误,新增node的类型不被允许

新增节点的类型错误,请修改后重试

400

SVCSTG.AOS.4002573

Bad request, added node has relationship with old nodes, it is forbidden.

请求错误,新增的node与原有node之间建立了关联关系

新增节点跟原来节点有关联关系,请修改后重试

400

SVCSTG.AOS.4002574

Bad request, the action can not be cancelled

请求错误, 当前aciton不支持取消

当前动作不支持取消,请修改后重试

400

SVCSTG.AOS.4002575

Bad request, the action can not auto rollback

请求错误,当前action不支持自动回滚

当前动作不支持自动回滚,请修改后重试

400

SVCSTG.AOS.4002576

Bad request, no parameter change during upgrading.

请求错误,堆栈参数未发生变更,不允许升级

堆栈参数未变更,不需要升级

400

SVCSTG.AOS.4002577

Bad request, cce nodepool instances can not decrease.

请求错误,堆栈参数错误变更,不允许升级和伸缩

堆栈参数不允许变更,请修改后重试

400

SVCSTG.AOS.4002578

Bad request, no order id when periodic upgrade.

请求错误,堆栈参数错误变更,不允许升级和伸缩

堆栈参数不允许变更,请修改后重试

400

SVCSTG.AOS.4002600

Bad request, node type is invalid.

请求错误,请求的node_type未指定

未指定节点类型,请修改后重试

400

SVCSTG.AOS.4002700

Bad request, node ID is invalid.

请求错误,node ID 不合法

节点DI不合法,请修改后重试

400

SVCSTG.AOS.4002702

Bad request, node instance ID is invalid.

请求错误,node 实例ID不合法

节点实例ID不合法,请修改后重试

400

SVCSTG.AOS.4003000

Bad request, action ID is invalid.

请求错误,action ID不合法

action ID不合法,请修改后重试

400

SVCSTG.AOS.4003600

Bad request, requested policy type error.

请求策略类型错误

请求参数中策略类型错误,请修改后重试

400

SVCSTG.AOS.4003700

Bad request, inputs or template version modified, however make no change to this stack.

请求错误,堆栈参数未发生变化

堆栈参数未发生变化,不需要变更

400

SVCSTG.AOS.4003908

Bad request, external node can not be external node type.

模板异常:指定的外部节点不能是ExternalNode类型

指定的外部节点类型错误,请修改后重试

400

SVCSTG.AOS.4003909

Bad request, external node specified is not exist.

模板异常:指定的外部节点不存在

指定的外部节点不存在,请修改后重试

400

SVCSTG.AOS.4003910

Bad request, external node is itself.

请求错误,外部节点指定为节点本身

指定的外部节点不能为自身,请修改后重试

400

SVCSTG.AOS.4003915

Bad request, immutable input can not be upgraded.

请求错误,不可变输入参数不可被升级

不可变输入参数不可被修改,请修改后重试

400

SVCSTG.AOS.4004000

Stack is no need for health check

该堆栈暂不需要健康检查

堆栈不需要健康检查

400

SVCSTG.AOS.4004100

template need for reUpload

堆栈升级获取参数详情时,要求模板为新上传的模板

请联系技术支持

400

SVCSTG.AOS.4004104

get error when re parse old template

重新解析老模板时出现错误

请联系技术支持

400

SVCSTG.AOS.4004200

unmarshal preview upgrade stack template inputs error

解析模板inputs时出错

请联系技术支持

400

SVCSTG.AOS.4004201

unmarshal stack template inputs error

解析模板inputs时出错

请联系技术支持

400

SVCSTG.AOS.4004600

Bad request, please check.

请求体错误,请检查

请更正错误请求体,然后重试

400

SVCSTG.AOS.4004601

Bad request, the input type of update state is invalid.

请求错误,输入类型非法

请更正输入类型,然后重试

400

SVCSTG.AOS.4004603

Bad request, input parameter invalid, please check.

请求参数非法,请检查

请更正请求参数,然后重试

400

SVCSTG.AOS.4004702

Bad request, invalid tenant ID.

请求错误,租户ID不合法

请更正租户ID,然后重试

400

SVCSTG.AOS.4004704

Bad request, quota number is invalid

请求错误,配额不合法

请更正配额参数,然后重试

400

SVCSTG.AOS.4004705

Create stack quota failed

请求错误,配额不合法

请更正配额参数,然后重试

400

SVCSTG.AOS.4005003

Sample template zip package is empty.

服务器内部错误,请联系管理员

请联系技术支持

400

SVCSTG.AOS.4005007

Sample template compress package only support zip format.

服务器内部错误,请联系管理员

请联系技术支持

400

SVCSTG.AOS.4005009

Parse description file failed, maybe description file not exsit or json format error.

服务器内部错误,请联系管理员

请联系技术支持

400

SVCSTG.AOS.4005011

Sample template is already exsit, please check the name and version.

服务器内部错误,请联系管理员

请联系技术支持

400

SVCSTG.AOS.4005015

No Certain sample template in db.

服务器内部错误,请联系管理员

请联系技术支持

400

SVCSTG.AOS.4005110

Bad request, template does not contains periodic resource.

请求错误,请求的模板中不含有包周期的资源

请求参数中不包含包周期参数,不需要生成订单

400

SVCSTG.AOS.4005113

Bad request, periodic resource in template is null.

请求错误,模板中不含有包周期资源

请联系技术支持

400

SVCSTG.AOS.4005203

Bad request, unmarshal request body failed when parse former.

请求错误,生成器请求信息解析错误

请联系技术支持

400

SVCSTG.AOS.4005204

Bad request, elements is nil when parse former.

请求错误,生成器元素个数为零

请联系技术支持

400

SVCSTG.AOS.4005205

Bad request, invalid former id.

请求错误,former id不合法

请联系技术支持

400

SVCSTG.AOS.4005210

Bad request, already save template.

请求错误,不允许再次保存模板

已经保存过模板,不允许再次保存

400

SVCSTG.AOS.4005211

Bad request, the domain has processing former process.

请求错误,租户下有处理中的生成记录

已经有处理中生成器,请结束后再生产

401

SVCSTG.AOS.4010002

Unauthorized.

鉴权失败,未授权

用户无操作权限,请更换用户或者联系技术支持

401

SVCSTG.AOS.4010005

Unauthorized, please contact administrator.

内部鉴权失败,请联系管理员

请联系技术支持

401

SVCSTG.AOS.4010008

Unauthorized, please contact administrator.

内部鉴权失败,请联系管理员

用户无访问权限,请更换用户来访问

403

SVCSTG.AOS.4030006

Permission denied.

没有权限访问

用户无访问权限,请更换用户来访问

403

SVCSTG.AOS.4030014

Permission denied, your account is suspended, please contact administrator.

没有权限访问,您的账号已被冻结,请联系管理员

您的账号已被冻结,请联系技术支持解除冻结。

403

SVCSTG.AOS.4030015

Permission denied, your account is restricted, please refill your account if your balance is insufficient, or contact administrator.

没有访问权限,您的账号已受限,请联系管理员,如果您的账户余额不足,请先充值

您的账号已受限,请联系技术支持解除。

403

SVCSTG.AOS.4031116

Permission denied, the number of templates exceeds maximum limit.

无权限操作,模板数量超过最大值

模板数量超过最大值,请修改后重试

403

SVCSTG.AOS.4032025

Permission denied, number of stacks exceeds the maximum limits.

无操作权限,堆栈数量达到限定值

堆栈配额已经用完,不允许创建堆栈

404

SVCSTG.AOS.4040012

Template specified is not exist.

模板不存在

模板不存在,请使用存在的模板

404

SVCSTG.AOS.4040013

Stack specified is not exist.

堆栈不存在

堆栈不存在,请使用存在的堆栈

404

SVCSTG.AOS.4040017

Lock resource is not found, please check.

资源不存在

请稍后再试

404

SVCSTG.AOS.4040115

Archive list is nil.

模板文件为空

请补充模板文件,然后重试

404

SVCSTG.AOS.4040121

Archive specified is not exist.

指定的软件包或镜像包不存在

请更正软件包名字,然后重试

404

SVCSTG.AOS.4041701

Could not found image for template.

请求出错,请求的图片不存在

模板图片不存在,请修改后重试

404

SVCSTG.AOS.4042101

The stack does not exist.

访问堆栈不存在

访问的堆栈不存在,请换个堆栈

409

SVCSTG.AOS.4090018

Bad request, lock resource stack is locking

云服务操作冲突

请稍后再试

409

SVCSTG.AOS.4090116

Bad request, archive is already existed.

请求错误,模板文件在软件仓库中已存在

请修改模板名称,然后重试

409

SVCSTG.AOS.4090329

Bad request, execute lifecycle request is already existed

请求错误,k8s请求已存在

请联系技术支持

409

SVCSTG.AOS.4091010

Bad request, templates is already used by stack.

请求错误,模板已创建堆栈

模板已创建堆栈,不允许删除

409

SVCSTG.AOS.4092006

Bad request, stack name is already existed.

请求错误,堆栈名称已被使用,请修改名称

请修改堆栈名称,然后重试

409

SVCSTG.AOS.4092019

Bad request, external stack name and namespace conflicts.

请求错误,外部节点所在的堆栈数量不唯一

请联系技术支持

429

SVCSTG.AOS.4290009

The server is too busy, please try again later.

服务器太忙啦,请稍后重试

稍等片刻,重试,如果仍出问题请联系技术支持

500

SVCSTG.AOS.5000000

Request to authenticate failed.

请求鉴权失败,请联系管理员

请联系技术支持

500

SVCSTG.AOS.5000001

Authentication failed, please contact administrator.

内部鉴权失败,请联系管理员

请联系技术支持

500

SVCSTG.AOS.5000003

Authentication failed, please contact administrator.

内部鉴权失败,请联系管理员

请联系技术支持

500

SVCSTG.AOS.5000004

Authentication failed, please contact administrator.

内部鉴权失败,请联系管理员

请联系技术支持

500

SVCSTG.AOS.5000005

Authentication failed, please contact administrator.

内部鉴权失败,请联系管理员

请联系技术支持

500

SVCSTG.AOS.5000103

Get archive failed.

获取模板文件失败

从给定地址获取模板失败,请检查更正后重试

500

SVCSTG.AOS.5000105

Server internal error, please contact the administrator.

服务器内部错误,请联系管理员

请联系技术支持

500

SVCSTG.AOS.5000109

Server internal error, please contact the administrator.

服务器内部错误,请联系管理员

请联系技术支持

500

SVCSTG.AOS.5000110

Server internal error, please contact the administrator.

服务器内部错误,请联系管理员

请联系技术支持

500

SVCSTG.AOS.5000111

Server internal error, please contact the administrator.

服务器内部错误,请联系管理员

请联系技术支持

500

SVCSTG.AOS.5000112

Server internal error, please contact the administrator.

服务器内部错误,请联系管理员

请联系技术支持

500

SVCSTG.AOS.5000113

Server internal error, please contact the administrator.

服务器内部错误,请联系管理员

请联系技术支持

500

SVCSTG.AOS.5000114

Server internal error, please contact the administrator.

服务器内部错误,请联系管理员

请联系技术支持

500

SVCSTG.AOS.5000118

Delete archive failed.

删除模板文件失败

请联系技术支持

500

SVCSTG.AOS.5000119

Delete archive failed.

删除模板文件失败

请联系技术支持

500

SVCSTG.AOS.5000124

Upload template failed, get namespace failed.

创建模板失败,获取命名空间失败

请联系技术支持

500

SVCSTG.AOS.5000125

Upload template failed, create namespace failed.

创建模板失败,创建命名空间失败

请联系技术支持

500

SVCSTG.AOS.5000126

Upload template failed, add namespace access error.

创建模板失败,为命名空间添加domain下的权限失败

请联系技术支持

500

SVCSTG.AOS.5000128

Operation failed, get OBS client failed.

操作失败,获取OBS客户端失败

请联系技术支持

500

SVCSTG.AOS.5000129

Upload template failed, query bucket error.

创建模板失败,查询桶失败

请联系技术支持

500

SVCSTG.AOS.5000130

Upload template failed, create bucket error.

创建模板失败,创建桶失败

请联系技术支持

500

SVCSTG.AOS.5000131

Upload template failed, put object to obs error.

创建模板失败,存储模板文件失败

请联系技术支持

500

SVCSTG.AOS.5000132

Delete template failed, delete object from obs error.

删除失败

请联系技术支持

500

SVCSTG.AOS.5000134

Server internal error, please contact the administrator.

服务器内部错误,请联系管理员

请联系技术支持

500

SVCSTG.AOS.5000202

Server internal error, please contact the administrator.

服务器内部错误,请联系管理员

请联系技术支持

500

SVCSTG.AOS.5000203

Server internal error, please contact the administrator.

服务器内部错误,请联系管理员

请联系技术支持

500

SVCSTG.AOS.5000204

Server internal error, please contact the administrator.

服务器内部错误,请联系管理员

请联系技术支持

500

SVCSTG.AOS.5000205

Parse template failed since no response from parser.

校验解析模板时,无返回信息

请联系技术支持

500

SVCSTG.AOS.5000207

Parse template failed for an unknown reason.

校验解析模板失败

请联系技术支持

500

SVCSTG.AOS.5000208

Server internal error, please contact the administrator.

服务器内部错误,请联系管理员

请联系技术支持

500

SVCSTG.AOS.5000209

Server internal error, please contact the administrator.

服务器内部错误,请联系管理员

请联系技术支持

500

SVCSTG.AOS.5000210

Server internal error, please contact the administrator.

服务器内部错误,请联系管理员

请联系技术支持

500

SVCSTG.AOS.5000211

Server internal error, please contact the administrator.

服务器内部错误,请联系管理员

请联系技术支持

500

SVCSTG.AOS.5000212

Server internal error, please contact the administrator.

服务器内部错误,请联系管理员

请联系技术支持

500

SVCSTG.AOS.5000213

Server internal error, please contact the administrator.

服务器内部错误,请联系管理员

请联系技术支持

500

SVCSTG.AOS.5000214

Server internal error, please contact the administrator.

服务器内部错误,请联系管理员

请联系技术支持

500

SVCSTG.AOS.5000215

Server internal error, please contact the administrator.

服务器内部错误,请联系管理员

请联系技术支持

500

SVCSTG.AOS.5000216

Server internal error, please contact the administrator.

服务器内部错误,请联系管理员

请联系技术支持

500

SVCSTG.AOS.5000217

Server internal error, please contact the administrator.

服务器内部错误,请联系管理员

请联系技术支持

500

SVCSTG.AOS.5000218

Server internal error, please contact the administrator.

服务器内部错误,请联系管理员

请联系技术支持

500

SVCSTG.AOS.5000300

Server internal error, please contact the administrator.

服务器内部错误,请联系管理员

请联系技术支持

500

SVCSTG.AOS.5000301

Create stack failed.

堆栈创建失败

请联系技术支持

500

SVCSTG.AOS.5000302

Server internal error, please contact the administrator.

服务器内部错误,请联系管理员

请联系技术支持

500

SVCSTG.AOS.5000303

Server internal error, please contact the administrator.

服务器内部错误,请联系管理员

请联系技术支持

500

SVCSTG.AOS.5000304

Request to get stack info failed.

获取堆栈信息失败

请联系技术支持

500

SVCSTG.AOS.5000305

Server internal error, please contact the administrator.

服务器内部错误,请联系管理员

请联系技术支持

500

SVCSTG.AOS.5000306

Server internal error, please contact the administrator.

服务器内部错误,请联系管理员

请联系技术支持

500

SVCSTG.AOS.5000307

Request to get stack node instance failed.

获取堆栈实例失败

请联系技术支持

500

SVCSTG.AOS.5000308

Server internal error, please contact the administrator.

服务器内部错误,请联系管理员

请联系技术支持

500

SVCSTG.AOS.5000309

Server internal error, please contact the administrator.

服务器内部错误,请联系管理员

请联系技术支持

500

SVCSTG.AOS.5000310

Request to get stack executions failed.

获取堆栈execution失败

请联系技术支持

500

SVCSTG.AOS.5000311

Server internal error, please contact the administrator.

服务器内部错误,请联系管理员

请联系技术支持

500

SVCSTG.AOS.5000312

Server internal error, please contact the administrator.

服务器内部错误,请联系管理员

请联系技术支持

500

SVCSTG.AOS.5000313

Server internal error, please contact the administrator.

服务器内部错误,请联系管理员

请联系技术支持

500

SVCSTG.AOS.5000314

Server internal error, please contact the administrator.

服务器内部错误,请联系管理员

请联系技术支持

500

SVCSTG.AOS.5000315

Server internal error, please contact the administrator.

服务器内部错误,请联系管理员

请联系技术支持

500

SVCSTG.AOS.5000316

Request to get stack info failed.

获取堆栈信息失败

请联系技术支持

500

SVCSTG.AOS.5000317

Server internal error, please contact the administrator.

服务器内部错误,请联系管理员

请联系技术支持

500

SVCSTG.AOS.5000318

Server internal error, please contact the administrator.

服务器内部错误,请联系管理员

请联系技术支持

500

SVCSTG.AOS.5000320

Get Resource by label failed.

根据label获取资源失败

请联系技术支持

500

SVCSTG.AOS.5000321

Server internal error, please contact the administrator.

服务器内部错误,请联系管理员

请联系技术支持

500

SVCSTG.AOS.5000322

Get resource by name failed.

根据名字获取资源失败

请联系技术支持

500

SVCSTG.AOS.5000323

Get cluster failed.

获取集群失败

请联系技术支持

500

SVCSTG.AOS.5000324

Server internal error, please contact the administrator.

服务器内部错误,请联系管理员

请联系技术支持

500

SVCSTG.AOS.5000325

Server internal error, please contact the administrator.

服务器内部错误,请联系管理员

请联系技术支持

500

SVCSTG.AOS.5000328

Server internal error, please contact the administrator.

服务器内部错误,请联系管理员

请联系技术支持

500

SVCSTG.AOS.5000330

Server internal error, please contact the administrator.

服务器内部错误,请联系管理员

请联系技术支持

500

SVCSTG.AOS.5000400

Request to get project detail failed.

服务器内部错误,请联系管理员

请联系技术支持

500

SVCSTG.AOS.5000401

Server internal error, please contact the administrator.

服务器内部错误,请联系管理员

请联系技术支持

500

SVCSTG.AOS.5000402

Server internal error, please contact the administrator.

服务器内部错误,请联系管理员

请联系技术支持

500

SVCSTG.AOS.5000500

Failed to get chart package.

获取chart包失败

请联系技术支持

500

SVCSTG.AOS.5000501

Server internal error, please contact the administrator.

服务器内部错误,请联系管理员

请联系技术支持

500

SVCSTG.AOS.5000502

Server internal error, please contact the administrator.

服务器内部错误,请联系管理员

请联系技术支持

500

SVCSTG.AOS.5001002

Server internal error, please contact the administrator.

服务器内部错误,请联系管理员

请联系技术支持

500

SVCSTG.AOS.5001003

Server internal error, please contact the administrator.

服务器内部错误,请联系管理员

请联系技术支持

500

SVCSTG.AOS.5001006

Server internal error, please contact the administrator.

服务器内部错误,请联系管理员

请联系技术支持

500

SVCSTG.AOS.5001012

Server internal error, please contact the administrator.

服务器内部错误,请联系管理员

请联系技术支持

500

SVCSTG.AOS.5001109

Server internal error, please contact the administrator.

服务器内部错误,请联系管理员

请联系技术支持

500

SVCSTG.AOS.5001112

Database operation failed, please contact the administrator.

数据库操作失败,请联系管理员

请联系技术支持

500

SVCSTG.AOS.5001113

Server internal error, please contact the administrator.

服务器内部错误,请联系管理员

请联系技术支持

500

SVCSTG.AOS.5001114

Server internal error, please contact the administrator.

服务器内部错误,请联系管理员

请联系技术支持

500

SVCSTG.AOS.5001121

Server internal error, please contact the administrator.

服务器内部错误,请联系管理员

请联系技术支持

500

SVCSTG.AOS.5001200

Server internal error, please contact the administrator.

服务器内部错误,请联系管理员

请联系技术支持

500

SVCSTG.AOS.5001501

Delete failed, please contact administrator.

删除失败,请联系管理员

请联系技术支持

500

SVCSTG.AOS.5001503

Server internal error, please contact the administrator.

服务器内部错误,请联系管理员

请联系技术支持

500

SVCSTG.AOS.5001700

Server internal error, Could not found url for download.

服务器内部错误,请联系管理员

请联系技术支持

500

SVCSTG.AOS.5002005

Server internal error, please contact the administrator.

服务器内部错误,请联系管理员

请联系技术支持

500

SVCSTG.AOS.5002007

Server internal error, please contact the administrator.

服务器内部错误,请联系管理员

请联系技术支持

500

SVCSTG.AOS.5002012

Server internal error, please contact the administrator.

服务器内部错误,请联系管理员

请联系技术支持

500

SVCSTG.AOS.5002014

Server internal error, please contact the administrator.

服务器内部错误,请联系管理员

请联系技术支持

500

SVCSTG.AOS.5002016

Server internal error, please contact the administrator.

服务器内部错误,请联系管理员

请联系技术支持

500

SVCSTG.AOS.5002017

Server internal error, please contact the administrator.

服务器内部错误,请联系管理员

请联系技术支持

500

SVCSTG.AOS.5002022

Server internal error, please contact the administrator.

服务器内部错误,请联系管理员

请联系技术支持

500

SVCSTG.AOS.5002023

Database operation failed, please contact the administrator.

数据库操作失败,请联系管理员

请联系技术支持

500

SVCSTG.AOS.5002026

Server internal error, please contact the administrator.

服务器内部错误,请联系管理员

请联系技术支持

500

SVCSTG.AOS.5002102

Delete stack failed.

删除堆栈失败

请联系技术支持

500

SVCSTG.AOS.5002105

Server internal error, please contact the administrator.

服务器内部错误,请联系管理员

请联系技术支持

500

SVCSTG.AOS.5002106

Server internal error, please contact the administrator.

服务器内部错误,请联系管理员

请联系技术支持

500

SVCSTG.AOS.5002107

Server internal error, please contact the administrator.

服务器内部错误,请联系管理员

请联系技术支持

500

SVCSTG.AOS.5002201

Server internal error, please contact the administrator.

服务器内部错误,请联系管理员

请联系技术支持

500

SVCSTG.AOS.5002402

Server internal error, please contact the administrator.

服务器内部错误,请联系管理员

请联系技术支持

500

SVCSTG.AOS.5002403

Server internal error, please contact the administrator.

服务器内部错误,请联系管理员

请联系技术支持

500

SVCSTG.AOS.5002503

Server internal error, please contact the administrator.

服务器内部错误,请联系管理员

请联系技术支持

500

SVCSTG.AOS.5002504

Server internal error, please contact the administrator.

服务器内部错误,请联系管理员

请联系技术支持

500

SVCSTG.AOS.5002509

Server internal error, please contact the administrator.

服务器内部错误,请联系管理员

请联系技术支持

500

SVCSTG.AOS.5002510

Server internal error, please contact the administrator.

服务器内部错误,请联系管理员

请联系技术支持

500

SVCSTG.AOS.5002511

Get node instances num failed.

获取伸缩实例个数失败

请联系技术支持

500

SVCSTG.AOS.5002512

Parse instances Failed.

解析伸缩实例失败

请联系技术支持

500

SVCSTG.AOS.5002514

Server internal error, please contact the administrator.

服务器内部错误,请联系管理员

请联系技术支持

500

SVCSTG.AOS.5002516

Server internal error, please contact the administrator.

服务器内部错误,请联系管理员

请联系技术支持

500

SVCSTG.AOS.5002517

Server internal error, please contact the administrator.

服务器内部错误,请联系管理员

请联系技术支持

500

SVCSTG.AOS.5002518

Values property does not exist in origin stack.

含helm应用堆栈中没有value属性

请联系技术支持

500

SVCSTG.AOS.5002519

Chart property does not exist in origin stack.

含helm应用堆栈中没有chart属性

请联系技术支持

500

SVCSTG.AOS.5002520

Version name or url property does not exist in origin stack.

含helm应用堆栈中没有version和name属性或没有url属性

请联系技术支持

500

SVCSTG.AOS.5002521

Server internal error, please contact the administrator.

服务器内部错误,请联系管理员

请联系技术支持

500

SVCSTG.AOS.5002524

Server internal error, please contact the administrator.

服务器内部错误,请联系管理员

请联系技术支持

500

SVCSTG.AOS.5002526

Package property does not exist in origin stack.

堆栈中没有package属性

请联系技术支持

500

SVCSTG.AOS.5002530

name property does not exist in action body.

请求体的node属性中不含有name属性

请联系技术支持

500

SVCSTG.AOS.5002531

version property does not exist in action body.

请求体的node属性中不含有version属性

请联系技术支持

500

SVCSTG.AOS.5002532

url property does not exist in action body.

请求体的node属性中不含有url属性

请联系技术支持

500

SVCSTG.AOS.5002534

Server internal error, please contact the administrator.

服务器内部错误,请联系管理员

请联系技术支持

500

SVCSTG.AOS.5002535

Server internal error, please contact the administrator.

服务器内部错误,请联系管理员

请联系技术支持

500

SVCSTG.AOS.5002540

Server internal error, please contact the administrator.

服务器内部错误,请联系管理员

请联系技术支持

500

SVCSTG.AOS.5002541

Server internal error, please contact the administrator.

服务器内部错误,请联系管理员

请联系技术支持

500

SVCSTG.AOS.5002542

Package type incorrect.

pacakge包类型错误

请联系技术支持

500

SVCSTG.AOS.5002543

Server internal error, please contact the administrator.

服务器内部错误,请联系管理员

请联系技术支持

500

SVCSTG.AOS.5002544

Server internal error, please contact the administrator.

服务器内部错误,请联系管理员

请联系技术支持

500

SVCSTG.AOS.5002545

Get node from stack elements failed.

获取停止的node失败

请联系技术支持

500

SVCSTG.AOS.5002546

Server internal error, please contact the administrator.

服务器内部错误,请联系管理员

请联系技术支持

500

SVCSTG.AOS.5002550

Server internal error, please contact the administrator.

服务器内部错误,请联系管理员

请联系技术支持

500

SVCSTG.AOS.5002552

Get last succeed version failed.

获取上次堆栈执行成功生命周期失败

请联系技术支持

500

SVCSTG.AOS.5002553

Server internal error, please contact the administrator.

服务器内部错误,请联系管理员

请联系技术支持

500

SVCSTG.AOS.5002554

Server internal error, please contact the administrator.

服务器内部错误,请联系管理员

请联系技术支持

500

SVCSTG.AOS.5002558

Server internal error, please contact the administrator.

服务器内部错误,请联系管理员

请联系技术支持

500

SVCSTG.AOS.5002559

Server internal error, please contact the administrator.

服务器内部错误,请联系管理员

请联系技术支持

500

SVCSTG.AOS.5002560

Server internal error, please contact the administrator.

服务器内部错误,请联系管理员

请联系技术支持

500

SVCSTG.AOS.5002561

Server internal error, please contact the administrator.

服务器内部错误,请联系管理员

请联系技术支持

500

SVCSTG.AOS.5002565

Server internal error, please contact the administrator.

服务器内部错误,请联系管理员

请联系技术支持

500

SVCSTG.AOS.5002601

Server internal error, please contact the administrator.

获取模板数据失败

请联系技术支持

500

SVCSTG.AOS.5002701

Server internal error, please contact the administrator.

服务器内部错误,请联系管理员

请联系技术支持

500

SVCSTG.AOS.5002801

Server internal error, please contact the administrator.

服务器内部错误,请联系管理员

请联系技术支持

500

SVCSTG.AOS.5003200

Server internal error, please contact the administrator.

服务器内部错误,请联系管理员

请联系技术支持

500

SVCSTG.AOS.5003201

Server internal error, please contact the administrator.

服务器内部错误,请联系管理员

请联系技术支持

500

SVCSTG.AOS.5003202

Server internal error, please contact the administrator.

服务器内部错误,请联系管理员

请联系技术支持

500

SVCSTG.AOS.5003203

Server internal error, please contact the administrator.

服务器内部错误,请联系管理员

请联系技术支持

500

SVCSTG.AOS.5003300

Server internal error, please contact the administrator.

服务器内部错误,请联系管理员

请联系技术支持

500

SVCSTG.AOS.5003301

Server internal error, please contact the administrator.

服务器内部错误,请联系管理员

请联系技术支持

500

SVCSTG.AOS.5003302

Server internal error, please contact the administrator.

服务器内部错误,请联系管理员

请联系技术支持

500

SVCSTG.AOS.5003303

Server internal error, please contact the administrator.

服务器内部错误,请联系管理员

请联系技术支持

500

SVCSTG.AOS.5003304

Server internal error, please contact the administrator.

服务器内部错误,请联系管理员

请联系技术支持

500

SVCSTG.AOS.5003400

Server internal error, please contact the administrator.

服务器内部错误,请联系管理员

请联系技术支持

500

SVCSTG.AOS.5003401

Server internal error, please contact the administrator.

服务器内部错误,请联系管理员

请联系技术支持

500

SVCSTG.AOS.5003500

Server internal error, please contact the administrator.

服务器内部错误,请联系管理员

请联系技术支持

500

SVCSTG.AOS.5003900

Server internal error, please contact the administrator.

服务器内部错误,请联系管理员

请联系技术支持

500

SVCSTG.AOS.5003901

Node property is not right.

node的属性不合法

节点的属性不合法,请修改后重试

500

SVCSTG.AOS.5003904

Server internal error, please contact the administrator.

服务器内部错误,请联系管理员

请联系技术支持

500

SVCSTG.AOS.5003905

Server internal error, please contact the administrator.

服务器内部错误,请联系管理员

请联系技术支持

500

SVCSTG.AOS.5003906

External node is none.

外部节点为空

外部节点为空,请修改后重试

500

SVCSTG.AOS.5003907

Server internal error, please contact the administrator.

服务器内部错误,请联系管理员

请联系技术支持

500

SVCSTG.AOS.5003911

Server internal error, please contact the administrator.

服务器内部错误,请联系管理员

请联系技术支持

500

SVCSTG.AOS.5003912

Server internal error, please contact the administrator.

服务器内部错误,请联系管理员

请联系技术支持

500

SVCSTG.AOS.5003913

Server internal error, please contact the administrator.

服务器内部错误,请联系管理员

请联系技术支持

500

SVCSTG.AOS.5003914

Server internal error, please contact the administrator.

服务器内部错误,请联系管理员

请联系技术支持

500

SVCSTG.AOS.5003916

Server internal error, please contact the administrator.

服务器内部错误,请联系管理员

请联系技术支持

500

SVCSTG.AOS.5003917

Unknown registry parameter.

请求参数未注册

请联系技术支持

500

SVCSTG.AOS.5003919

Server internal error, please contact the administrator.

服务器内部错误,请联系管理员

请联系技术支持

500

SVCSTG.AOS.5004001

Stack health check failed.

堆栈健康检查失败

请联系技术支持

500

SVCSTG.AOS.5004101

unmarshal template inputs error

解析模板inputs时出错

请联系技术支持

500

SVCSTG.AOS.5004102

get merged input details error

合并inputs时出现错误

请联系技术支持

500

SVCSTG.AOS.5004103

get error when check whether old template support upgrade

判断老模板是否支持更新时出现错误

请联系技术支持

500

SVCSTG.AOS.5004105

get error when element classification

分类模板元素时出错

请联系技术支持

500

SVCSTG.AOS.5004200

unmarshal job information failed

服务器内部错误,请联系管理员。

请联系技术支持

500

SVCSTG.AOS.5004202

invalid inputs preview stack, please check your inputs

合并inputs时出现错误

请联系技术支持

500

SVCSTG.AOS.5004602

Update tenant consume state failed.

更新费用状态失败

请联系技术支持

500

SVCSTG.AOS.5004604

Generate billing data failed.

生成话单数据失败

请联系技术支持

500

SVCSTG.AOS.5004605

Get billing data failed

获取话单数据失败

请联系技术支持

500

SVCSTG.AOS.5004606

Server internal error, please contact the administrator.

服务器内部错误,请联系管理员

请联系技术支持

500

SVCSTG.AOS.5004700

Query stack quota failed.

查询堆栈配额失败

请联系技术支持

500

SVCSTG.AOS.5004701

Update stack quota failed

更新堆栈配额失败

请联系技术支持

500

SVCSTG.AOS.5004703

Unmarshal quota request body error.

服务器内部错误,请联系管理员

请联系技术支持

500

SVCSTG.AOS.5004800

Get statistics failed.

获取统计数据失败

请联系技术支持

500

SVCSTG.AOS.5004801

Marshal statistics response body failed.

服务器内部错误,请联系管理员

请联系技术支持

500

SVCSTG.AOS.5004901

Server internal error, please contact the administrator.

服务器内部错误,请联系管理员

请联系技术支持

500

SVCSTG.AOS.5004902

Server internal error, please contact the administrator.

服务器内部错误,请联系管理员

请联系技术支持

500

SVCSTG.AOS.5004903

Server internal error, please contact the administrator.

服务器内部错误,请联系管理员

请联系技术支持

500

SVCSTG.AOS.5004904

Server internal error, please contact the administrator.

服务器内部错误,请联系管理员

请联系技术支持

500

SVCSTG.AOS.5004905

Server internal error, please contact the administrator.

服务器内部错误,请联系管理员

请联系技术支持

500

SVCSTG.AOS.5004906

Server internal error, please contact the administrator.

服务器内部错误,请联系管理员

请联系技术支持

500

SVCSTG.AOS.5004907

Server internal error, please contact the administrator.

服务器内部错误,请联系管理员

请联系技术支持

500

SVCSTG.AOS.5004908

Server internal error, please contact the administrator.

服务器内部错误,请联系管理员

请联系技术支持

500

SVCSTG.AOS.5005001

Create temporary directory failed.

服务器内部错误,请联系管理员

请联系技术支持

500

SVCSTG.AOS.5005002

Read sample template file content failed.

服务器内部错误,请联系管理员

请联系技术支持

500

SVCSTG.AOS.5005004

Save sample template content zip package to local file failed..

服务器内部错误,请联系管理员

请联系技术支持

500

SVCSTG.AOS.5005005

Unzip sample template package failed.

服务器内部错误,请联系管理员

请联系技术支持

500

SVCSTG.AOS.5005006

Read template yaml file failed.

服务器内部错误,请联系管理员

请联系技术支持

500

SVCSTG.AOS.5005008

Could not get template id, maybe create template failed.

服务器内部错误,请联系管理员

请联系技术支持

500

SVCSTG.AOS.5005010

Database returning error while checking sample template is exsit or not.

服务器内部错误,请联系管理员

请联系技术支持

500

SVCSTG.AOS.5005012

Write sample template to db failed.

服务器内部错误,请联系管理员

请联系技术支持

500

SVCSTG.AOS.5005013

Get sample template from db failed.

服务器内部错误,请联系管理员

请联系技术支持

500

SVCSTG.AOS.5005101

Generate order id failed.

生成订单Id失败

请联系技术支持

500

SVCSTG.AOS.5005102

Generate order failed.

生成订单失败

请联系技术支持

500

SVCSTG.AOS.5005103

Server internal error, please contact the administrator.

服务器内部错误,请联系管理员

请联系技术支持

500

SVCSTG.AOS.5005104

Server internal error, please contact the administrator.

服务器内部错误,请联系管理员

请联系技术支持

500

SVCSTG.AOS.5005106

Server internal error, please contact the administrator.

服务器内部错误,请联系管理员

请联系技术支持

500

SVCSTG.AOS.5005107

Server internal error, please contact the administrator.

服务器内部错误,请联系管理员

请联系技术支持

500

SVCSTG.AOS.5005108

Server internal error, please contact the administrator.

服务器内部错误,请联系管理员

请联系技术支持

500

SVCSTG.AOS.5005109

Server internal error, please contact the administrator.

服务器内部错误,请联系管理员

请联系技术支持

500

SVCSTG.AOS.5005111

Server internal error, please contact the administrator.

服务器内部错误,请联系管理员

请联系技术支持

500

SVCSTG.AOS.5005112

Server internal error, please contact the administrator.

服务器内部错误,请联系管理员

请联系技术支持

500

SVCSTG.AOS.5005114

Server internal error, please contact the administrator.

请求错误,模板中不含有包周期资源

请联系技术支持

500

SVCSTG.AOS.5005115

unmarshal stack template inputs error

解析模板inputs时出错

请联系技术支持

500

SVCSTG.AOS.5005116

Server internal error, please contact the administrator.

请求错误,模板中不含有包周期资源

请联系技术支持

500

SVCSTG.AOS.5005117

Server internal error, please contact the administrator.

请求错误,模板中不含有包周期资源

请联系技术支持

500

SVCSTG.AOS.5005118

Server internal error, please contact the administrator.

请求错误,模板中不含有包周期资源

请联系技术支持

500

SVCSTG.AOS.5005119

Server internal error, please contact the administrator.

请求错误,模板中不含有包周期资源

请联系技术支持

500

SVCSTG.AOS.5005120

Server internal error, please contact the administrator.

请求错误,模板中不含有包周期资源

请联系技术支持

500

SVCSTG.AOS.5005121

Bad request, invalid stack phase when periodic upgrade.

请求错误,堆栈参数错误变更,不允许升级和伸缩

请联系技术支持

500

SVCSTG.AOS.5005122

failed to get changed input, please contact the administrator.

解析模板inputs时出错

请联系技术支持

500

SVCSTG.AOS.5005123

failed to flush charge info to deployment json, please contact the administrator.

解析模板inputs时出错

请联系技术支持

500

SVCSTG.AOS.5005201

Server internal error, please contact the administrator.

服务器内部错误,请联系管理员

请联系技术支持

500

SVCSTG.AOS.5005202

Server internal error, please contact the administrator.

服务器内部错误,请联系管理员

请联系技术支持

500

SVCSTG.AOS.5005206

Server internal error, please contact the administrator.

服务器内部错误,请联系管理员

请联系技术支持

500

SVCSTG.AOS.5005207

Server internal error, please contact the administrator.

服务器内部错误,请联系管理员

请联系技术支持

500

SVCSTG.AOS.5005208

Server internal error, please contact the administrator.

服务器内部错误,请联系管理员

请联系技术支持

500

SVCSTG.AOS.5005209

Server internal error, please contact administrator.

服务器内部错误,请联系管理员

请联系技术支持

500

SVCSTG.AOS.5005212

Server internal error, please contact administrator.

服务器内部错误,请联系管理员

请联系技术支持

500

SVCSTG.AOS.5005213

Server internal error, please contact administrator.

服务器内部错误,请联系管理员

请联系技术支持

509

SVCSTG.AOS.5090019

Bad request, failed to flush charge into db stack

云服务操作冲突

请联系技术支持

400

SVSSTG.AOS.4002033

Bad request, invalid template specified, attempting to use template belong to other domain

请求错误,指定了非自己domain下的模板资源

不能使用其他租户下面的模板创建堆栈,请更正后重试

400

SVSSTG.AOS.4002036

Bad request, please check template and subject template.

服务器内部错误,请联系管理员

请联系技术支持

500

SVSSTG.AOS.5002035

Server internal error, please contact the administrator.

服务器内部错误,请联系管理员

请联系技术支持

500

SVSSTG.AOS.5005105

Server internal error, please contact the administrator.

服务器内部错误,请联系管理员

请联系技术支持

分享:

    相关文档

    相关产品