Easily Switch Between Product Types

You can click the drop-down list box to switch between different product types.

Compute
Elastic Cloud Server
Huawei Cloud Flexus
Bare Metal Server
Auto Scaling
Image Management Service
Dedicated Host
FunctionGraph
Cloud Phone Host
Huawei Cloud EulerOS
Networking
Virtual Private Cloud
Elastic IP
Elastic Load Balance
NAT Gateway
Direct Connect
Virtual Private Network
VPC Endpoint
Cloud Connect
Enterprise Router
Enterprise Switch
Global Accelerator
Management & Governance
Cloud Eye
Identity and Access Management
Cloud Trace Service
Resource Formation Service
Tag Management Service
Log Tank Service
Config
OneAccess
Resource Access Manager
Simple Message Notification
Application Performance Management
Application Operations Management
Organizations
Optimization Advisor
IAM Identity Center
Cloud Operations Center
Resource Governance Center
Migration
Server Migration Service
Object Storage Migration Service
Cloud Data Migration
Migration Center
Cloud Ecosystem
KooGallery
Partner Center
User Support
My Account
Billing Center
Cost Center
Resource Center
Enterprise Management
Service Tickets
HUAWEI CLOUD (International) FAQs
ICP Filing
Support Plans
My Credentials
Customer Operation Capabilities
Partner Support Plans
Professional Services
Analytics
MapReduce Service
Data Lake Insight
CloudTable Service
Cloud Search Service
Data Lake Visualization
Data Ingestion Service
GaussDB(DWS)
DataArts Studio
Data Lake Factory
DataArts Lake Formation
IoT
IoT Device Access
Others
Product Pricing Details
System Permissions
Console Quick Start
Common FAQs
Instructions for Associating with a HUAWEI CLOUD Partner
Message Center
Security & Compliance
Security Technologies and Applications
Web Application Firewall
Host Security Service
Cloud Firewall
SecMaster
Anti-DDoS Service
Data Encryption Workshop
Database Security Service
Cloud Bastion Host
Data Security Center
Cloud Certificate Manager
Edge Security
Situation Awareness
Managed Threat Detection
Blockchain
Blockchain Service
Web3 Node Engine Service
Media Services
Media Processing Center
Video On Demand
Live
SparkRTC
MetaStudio
Storage
Object Storage Service
Elastic Volume Service
Cloud Backup and Recovery
Storage Disaster Recovery Service
Scalable File Service Turbo
Scalable File Service
Volume Backup Service
Cloud Server Backup Service
Data Express Service
Dedicated Distributed Storage Service
Containers
Cloud Container Engine
Software Repository for Container
Application Service Mesh
Ubiquitous Cloud Native Service
Cloud Container Instance
Databases
Relational Database Service
Document Database Service
Data Admin Service
Data Replication Service
GeminiDB
GaussDB
Distributed Database Middleware
Database and Application Migration UGO
TaurusDB
Middleware
Distributed Cache Service
API Gateway
Distributed Message Service for Kafka
Distributed Message Service for RabbitMQ
Distributed Message Service for RocketMQ
Cloud Service Engine
Multi-Site High Availability Service
EventGrid
Dedicated Cloud
Dedicated Computing Cluster
Business Applications
Workspace
ROMA Connect
Message & SMS
Domain Name Service
Edge Data Center Management
Meeting
AI
Face Recognition Service
Graph Engine Service
Content Moderation
Image Recognition
Optical Character Recognition
ModelArts
ImageSearch
Conversational Bot Service
Speech Interaction Service
Huawei HiLens
Video Intelligent Analysis Service
Developer Tools
SDK Developer Guide
API Request Signing Guide
Terraform
Koo Command Line Interface
Content Delivery & Edge Computing
Content Delivery Network
Intelligent EdgeFabric
CloudPond
Intelligent EdgeCloud
Solutions
SAP Cloud
High Performance Computing
Developer Services
ServiceStage
CodeArts
CodeArts PerfTest
CodeArts Req
CodeArts Pipeline
CodeArts Build
CodeArts Deploy
CodeArts Artifact
CodeArts TestPlan
CodeArts Check
CodeArts Repo
Cloud Application Engine
MacroVerse aPaaS
KooMessage
KooPhone
KooDrive

Error Codes

Updated on 2023-06-26 GMT+08:00

If an error occurs in API calling, no result is returned. Identify the cause based on the error code of each API. If an error occurs in API calling, HTTP status code 4xx or 5xx is returned. The response body contains the specific error code and information. If you fail to locate the cause of an error, contact customer service and provide the error code, so that we can help you solve the problem as soon as possible.

Format of an Error Response Body

If an error occurs during API calling, an error code and a message will be displayed. The following shows an error response body.

{ 
    "errorMessage": "The format of message is error", 
    "errorCode": "CCE.01400001" 
}

In the preceding information, errorCode is an error code, and errorMessage describes the error.

Error Code Description

Status Code

Error Code

Error Message

Description

Troubleshooting

400

CCE.01400001

Invalid request.

Invalid request body.

Modify the request body based on the returned message and the CCE API documentation, or contact technical support.

400

CCE.01400002

Subnet not found in the VPC.

No subnet is found in the VPC.

Check whether the subnet in the request body is in the corresponding VPC.

400

CCE.01400003

IPv6 not supported for the subnet.

The subnet does not support IPv6.

Use a subnet that supports IPv6.

400

CCE.01400004

No available flavors for master nodes.

There is no available flavor for the master node.

Change to another available cluster flavor or contact technical support.

400

CCE.01400005

Container network CIDR blocks conflict.

The container CIDR block conflicts with the existing one.

Check the container CIDR block based on the returned message.

400

CCE.01400006

Content type not supported.

The content type is invalid.

Use the supported content type by referring to the CCE API documentation.

400

CCE.01400007

Insufficient cluster quota.

Insufficient cluster quota.

Submit a service ticket to increase the cluster quota.

400

CCE.01400008

Insufficient server quota

Insufficient ECS quota.

Submit a service ticket to increase the ECS quota.

400

CCE.01400009

Insufficient CPU quota.

Insufficient ECS CPU quota.

Submit a service ticket to increase the ECS CPU quota.

400

CCE.01400010

Insufficient memory quota.

Insufficient ECS memory quota.

Submit a service ticket to increase the ECS memory quota.

400

CCE.01400011

Insufficient security group quota.

Insufficient security group quota.

Submit a service ticket to increase the security group quota.

400

CCE.01400012

Insufficient EIP quota.

Insufficient EIP quota.

Submit a service ticket to increase the EIP quota.

400

CCE.01400013

Insufficient volume quota.

Insufficient disk quota.

Submit a service ticket to increase the disk quota based on the returned message.

400

CCE.01400014

Excessive nodes in the cluster.

The number of nodes exceeds the cluster scale.

Submit a service ticket to change the cluster flavor.

400

CCE.01400015

Version not supported.

The cluster version is not supported.

Create a cluster of the supported version based on the returned message.

400

CCE.01400016

Current cluster type does not support this node flavor.

The current cluster type does not support this node flavor.

Use the correct node flavor based on the returned message.

400

CCE.01400017

No available container CIDR block found.

No available container CIDR block is found.

Use a correct container CIDR block based on the returned message.

400

CCE.01400018

This type of OS cannot be created in this CCE version.

The current CCE version does not support this type of OS.

Use a supported OS based on the returned message.

400

CCE.01400019

Insufficient resource tenant quota.

The quota of the resource tenant is insufficient.

Rectify the fault based on the returned message or contact technical support.

400

CCE.01400020

Insufficient VPC quota.

Insufficient VPC quota.

Rectify the fault based on the returned message or contact technical support.

400

CCE.01400021

No available flavors for nodes.

There is no available flavor for the node.

Change to another available node flavor or contact technical support.

400

CCE.01400022

No available node volumes for nodes.

There is no available EVS disk flavor for the node.

Change to another available EVS disk flavor or contact technical support.

400

CCE.02400001

Invalid request.

Invalid request body.

Modify the request body based on the returned message and the CCE API documentation, or contact technical support.

400

CCE.03400001

Invalid request.

Invalid request body.

Modify the request body based on the returned message and the CCE API documentation, or contact technical support.

400

CCE.03400002

Missing access key.

The access key is missing.

Ensure that the version of the installed or upgraded storage add-on is correct, or contact technical support.

401

CCE.01401001

Authorization failed.

Authentication failed.

Rectify the fault based on the returned message or contact technical support.

401

CCE.02401001

Authorization failed.

Authentication failed.

Rectify the fault based on the returned message or contact technical support.

401

CCE.03401001

Authorization failed.

Authentication failed.

Rectify the fault based on the returned message or contact technical support.

403

CCE.01403001

Forbidden.

Access denied.

Rectify the fault based on the returned message or contact technical support.

403

CCE.02403001

Forbidden.

Access denied.

Rectify the fault based on the returned message or contact technical support.

403

CCE.03403001

Forbidden.

Access denied.

Rectify the fault based on the returned message or contact technical support.

404

CCE.01404001

Resource not found.

Resources not found.

Check whether the resource to be accessed has been deleted.

404

CCE.02404001

Resource not found.

Resources not found.

Check whether the resource to be accessed has been deleted.

404

CCE.03404001

Resource not found.

Resources not found.

Check whether the resource to be accessed has been deleted.

409

CCE.01409001

The resource already exists.

The resource already exists.

Delete the resource and try again.

409

CCE.01409002

Resource updated with out-of-date version.

An out-of-date version is used to update the target resource.

Ensure that the target resource version is the latest one or contact technical support.

409

CCE.02409001

The resource already exists.

The resource already exists.

Delete the resource and try again.

409

CCE.03409001

Addon instance has installed.

The add-on instance has been installed.

Delete the add-on instance and install it again.

429

CCE.01429002

Resource locked by other requests.

The resource is locked by another request.

Rectify the fault based on the returned message or contact technical support.

429

CCE.02429001

The throttling threshold has been reached.

The maximum number of requests has been reached.

Reduce the frequency of sending requests or contact technical support.

500

CCE.01500001

Internal error.

Internal error.

Rectify the fault based on the returned message or contact technical support.

500

CCE.02500001

Internal error.

Internal error.

Rectify the fault based on the returned message or contact technical support.

500

CCE.03500001

Internal error.

Internal error.

Rectify the fault based on the returned message or contact technical support.

We use cookies to improve our site and your experience. By continuing to browse our site you accept our cookie policy. Find out more

Feedback

Feedback

Feedback

0/500

Selected Content

Submit selected content with the feedback