You need to enable JavaScript to run this app.
导航

错误码

最近更新时间2023.05.23 10:49:09

首次发布时间2023.05.23 10:49:09

如果成功调用 API,返回的 HTTP 状态码应该为 200,如果状态码为其他值,则表示接口调用失败。您可查看响应数据段中包含的详细错误信息,并根据下表查看对应的解决方法。

HTTP Code

ErrorCode

ErrorMessage

说明

500

InternalError

The request failed due to some unknown error, exception or failure.

内部错误,请联系技术支持排查。

404

InvalidInstanceId.NotFound

The specified Instance ID does not exist.

实例名称不存在,请检查后重试。

403

OperationDenied.AccountNotAuthorized

You are not authorized to perform this operation.

当前登录的火山引擎账号不具备相关操作或资源的权限,请授权或切换账号后重试。

403

OperationDenied.InternetAccessEnabled

Internet access is enabled for the instance.

该实例已开启公网访问方式,即已绑定EIP。

403

OperationDenied.InternetAccessDisabled

Internet access is disabled for the instance.

该实例未开启公网访问方式,即未绑定EIP。

403

OperationDenied.InvalidInstanceStatus

The operation is not valid for the current status of the instance.

当前实例状态不允许执行该操作,通常原因为实例状态不在运行中。

403

OperationDenied.TaskIsRunning

An operation is currently in progress. Try again later.

后台任务正在运行中,请稍后再试。

400

InvalidParameter

The specified parameter %s is not valid.

参数值%s无效,请参考API文档设置正确的参数。

400

UnSupportedConfig

Unsupported instance configuration, please check.

创建实例时,未正确配置实例的实例规格,磁盘类型或者磁盘容量等参数

400

NotModifiedParameter

The resource was not changed.

未变更实例配置,请确认配置后重试。