Error Codes
If an error code starting with APIGW is returned after you call an API, rectify the fault by referring to the instructions provided in Error Codes.
Status Code |
Error Code |
Error Message |
Description |
Solution |
---|---|---|---|---|
400 |
111400002 |
Invalid project ID format. |
Invalid project ID format. |
Check whether the request parameters are valid. |
400 |
111400004 |
Empty request body. |
Empty request body. |
Check whether the request parameters are valid. |
400 |
111400005 |
The message body contains invalid characters or is not in JSON format. |
The message body contains invalid characters or is not in JSON format. |
Check whether the request parameters are valid. |
400 |
111400007 |
The selected cache engine type is not supported. |
The selected cache engine type is not supported. |
Check whether the request parameters are valid. |
400 |
111400008 |
The selected cache engine version is not supported. |
The selected cache engine version is not supported. |
Check whether the request parameters are valid. |
400 |
111400009 |
Invalid product ID in the request. |
Invalid product ID in the request. |
Check whether the request parameters are valid. |
400 |
111400010 |
Invalid DCS instance name. The name must be 4 to 64 characters in length. Only letters (case-insensitive), digits, underscores (_) ,and hyphens (-) are allowed. |
Invalid DCS instance name. The name must be 4 to 64 characters long. Only letters, digits, underscores (_), and hyphens (-) are allowed. |
Check whether the request parameters are valid. |
400 |
111400011 |
DCS instance description cannot exceed 1024 characters. |
DCS instance description cannot exceed 1024 characters. |
Check whether the request parameters are valid. |
400 |
111400012 |
Invalid capacity parameter in the request. |
Invalid capacity parameter in the request. |
Check whether the request parameters are valid. |
400 |
111400013 |
Invalid vpc_id in the request. |
Invalid vpc_id in the request. |
Check whether the request parameters are valid. |
400 |
111400014 |
Invalid security_group_id in the request. |
Invalid security_group_id in the request. |
Check whether the request parameters are valid. |
400 |
111400016 |
Invalid subnet_id in the request. |
Invalid subnet_id in the request. |
Check whether the request parameters are valid. |
400 |
111400017 |
This DCS instance job task is still running. |
A background task associated with this instance is running. |
Try again later. |
400 |
111400018 |
This subnet must exist in the VPC. |
This subnet must exist in the VPC. |
Check whether the request parameters are valid. |
400 |
111400019 |
The password does not meet complexity requirements. |
The password does not meet complexity requirements. |
Check whether the request parameters are valid. |
400 |
111400020 |
DHCP must be enabled for this subnet. |
DHCP must be enabled for this subnet. |
Check whether DHCP has been enabled. |
400 |
111400021 |
The isAutoRenew parameter in the request must be either 0 or 1. |
Invalid isAutoRenew in the request. It must be either 0 or 1. |
Check whether the request parameters are valid. |
400 |
111400022 |
Engine does not match the product id. |
The cache engine does not match the product ID. |
Check whether the request parameters are valid. |
400 |
111400026 |
This operation is not allowed when the DCS instance is in the current state. |
This operation is not allowed when the DCS instance is in the current state. |
Try again later or contact technical support. |
400 |
111400027 |
This operation is not supported on this node. |
The current node does not support this operation. |
Try again later or contact technical support. |
400 |
111400035 |
DCS instance quota of the tenant is insufficient. |
DCS instance quota of the tenant is insufficient. |
Contact technical support. |
400 |
111400036 |
Memory quota of the tenant is insufficient. |
Memory quota of the tenant is insufficient. |
Contact technical support. |
400 |
111400037 |
The instanceParams parameter in the request contains invalid characters or is not in JSON format. |
The instanceParams parameter in the request contains invalid characters or is not in JSON format. |
Check whether the request parameters are valid. |
400 |
111400038 |
The periodNum parameter in the request must be an integer. |
The periodNum parameter in the request must be an integer. |
Check whether the request parameters are valid. |
400 |
111400039 |
The quota limit has been reached. |
The quota limit has been reached. |
Check whether the request parameters are valid. |
400 |
111400042 |
This AZ does not exist. |
This AZ does not exist. |
Check whether the request parameters are valid. |
400 |
111400045 |
This DCS instance is already unfrozen. |
The instance is not frozen and cannot be unfrozen. |
Check whether the request parameters are valid. |
400 |
111400046 |
This security group does not exist. |
This security group does not exist. |
Check whether the request parameters are valid. |
400 |
111400047 |
The periodType parameter in the request must be either 2 or 3. |
The periodType parameter in the request must be either 2 or 3. |
Check whether the request parameters are valid. |
400 |
111400048 |
The security group must have both outbound and inbound rules with protocols set to ANY. |
The security group must have both outbound and inbound rules with protocols set to ANY. |
Check whether the request parameters are valid. |
400 |
111400053 |
the upgrade instance version equals to current version. |
The targetVersion parameter in the request cannot be the same as the source version. |
Check whether the request parameters are valid. |
400 |
111400054 |
the selected available zone quota not enough. |
The DCS resources in the selected AZ are not sufficient. |
Select another AZ or contact technical support. |
400 |
111400060 |
This DCS instance name already exists. |
This instance name already exists. |
Check whether the request parameters are valid. |
400 |
111400061 |
Invalid instance ID format. |
Invalid instance ID format. |
Check whether the request parameters are valid. |
400 |
111400062 |
Invalid {0} parameter in the request. |
Invalid parameter {0} in the request. |
Check whether the request parameters are valid. |
400 |
111400063 |
Invalid {0} parameter in the request. |
Invalid parameter {0} in the request. |
Check whether the request parameters are valid. |
400 |
111400064 |
The action parameter in the request restart. |
The action parameter in the request must be restart. |
Check whether the request parameters are valid. |
400 |
111400065 |
The instances parameter in the request cannot be a null value or left unspecified. |
The instances parameter in the request cannot be a null value or left unspecified. |
Check whether the request parameters are valid. |
400 |
111400066 |
Invalid value of the configure parameter {0}. |
Invalid configuration parameter {0}. |
Check whether the request parameters are valid. |
400 |
111400067 |
The available_zones parameter in the request must an array that contains only one AZ ID. |
The available_zones parameter in the request must be an array that contains only one AZ ID. |
Check whether the request parameters are valid. |
400 |
111400068 |
This VPC does not exist. |
This VPC does not exist. |
Check whether the request parameters are valid. |
400 |
111400070 |
Invalid task ID format. |
Invalid task ID format. |
Check whether the request parameters are valid. |
400 |
111400072 |
Invalid saveDays instance backup policy parameter in the request. |
The value of the instance backup parameter saveDays in the request must be in the range from 1 to 7. |
Check whether the request parameters are valid. |
400 |
111400073 |
Invalid backupType instance backup policy parameter in the request. |
The value of the instance backup parameter backupType in the request must be either auto or manual. |
Check whether the request parameters are valid. |
400 |
111400074 |
Invalid periodType instance backup policy parameter in the request. |
The value of the instance backup parameter periodType in the request must be weekly. |
Check whether the request parameters are valid. |
400 |
111400075 |
Invalid backupAt instance backup policy parameter in the request. |
The value of the instance backup parameter backupAt in the request cannot be null or undefined. |
Check whether the request parameters are valid. |
400 |
111400076 |
Invalid beginAt instance backup policy parameter in the request. |
The value of the instance backup parameter beginAt in the request must be in the 00:00–00:00 format. |
Check whether the request parameters are valid. |
400 |
111400080 |
Instance password verify failed. |
Invalid password for accessing the selected DCS instance. |
Check whether the request parameters are valid. |
400 |
111400086 |
only master standby instance is support this action |
This operation is allowed only for master/standby DCS instances. |
Operation not allowed. |
400 |
111400087 |
the backup record status is err when restore this instance |
The restore operation is allowed only when the backup task is in the Succeeded state. |
Try again later or contact technical support. |
400 |
111400094 |
the system is not support dcs job. |
The system does not support the background task function. |
Operation not allowed. |
400 |
111400095 |
the system is not support backup and restore. |
The system does not support the backup and restoration function. |
Operation not allowed. |
400 |
111400096 |
the instance is backuping. |
Backing up the DCS instance... Please try again later. |
Try again later. |
400 |
111400097 |
the instance is restoring. |
Restoring the DCS instance... Please try again later. |
Try again later. |
400 |
111400098 |
The value of the remark parameter must be 0 to 128 characters in length. |
The value of the remark parameter cannot exceed 128 characters long. |
Check whether the request parameters are valid. |
400 |
111400099 |
DCS instances in the Creating, Restarting state cannot be deleted. |
DCS instances in the Creating or Restarting state cannot be deleted. |
Try again later. |
400 |
111400100 |
The number of instance IDs in an instances array cannot exceed 50. |
The number of instance IDs in an instances array cannot exceed 50. |
Check whether the request parameters are valid. |
400 |
111400102 |
The system is not support resize. |
Scale-up is not supported. |
Operation not allowed. |
400 |
111400103 |
The system is not support resize. |
The capacity to which the DCS instance is scaled up must be greater than the original capacity. |
Check whether the request parameters are valid. |
400 |
111400104 |
The DCS instance is recovering from an internal fault. Please try again later or contact customer service. |
The DCS instance is recovering from an internal fault. Please try again later or contact the administrator. |
Please try again later or contact the administrator. |
400 |
111400105 |
The value of reserved-memory cannot be greater than the free memory size of this DCS instance. |
The value of reserved-memory cannot be greater than the free memory size of this DCS instance. |
Check whether the request parameters are valid. |
400 |
111400106 |
The value of maintain time illegal. |
Invalid maintenance time window. |
Check whether the request parameters are valid. |
400 |
111400107 |
The instance exists for unpaid sacle up orders. Please process non payment orders first. |
This DCS instance has unpaid orders. Please process the orders before continuing. |
Process unpaid orders before continuing. |
400 |
111400108 |
The Instance exists for processing scale up order. Please try again later. |
Scaling up the DCS instance... Please try again later. |
Try again later or contact technical support. |
400 |
111400111 |
the instance is restarting. |
Restarting the DCS instance... Please try again later. |
Try again later or contact technical support. |
400 |
111400113 |
the instance is extending. |
Scaling up the DCS instance... Please try again later. |
Try again later or contact technical support. |
400 |
111400114 |
the instance is configuring. |
Modifying instance configuration... Please try again later. |
Try again later or contact technical support. |
400 |
111400115 |
the instance is changing the password. |
Changing instance password... Please try again later. |
Try again later or contact technical support. |
400 |
111400116 |
the instance is upgrading. |
Upgrading the DCS instance... Please try again later. |
Try again later or contact technical support. |
400 |
111400117 |
the instance is rollbacking the version. |
Rolling back the DCS instance... Please try again later. |
Try again later or contact technical support. |
400 |
111400118 |
the instance is creating. |
Creating the DCS instance... Please try again later. |
Try again later or contact technical support. |
400 |
111400119 |
Query Bill Sample failed |
This DCS instance does not exist. |
Check whether the request parameters are valid. |
400 |
111400120 |
the instance is Freezing. |
Freezing the DCS instance... Please try again later. |
Try again later or contact technical support. |
400 |
111400800 |
Invalid {0} in the request. |
Invalid parameter {0} in the request. |
Check whether the request parameters are valid. |
400 |
111400843 |
The no_password_access parameter is missing or its value is invalid. |
Parameter no_password_access is missing or invalid. |
Check whether the request parameters are valid. |
400 |
111400844 |
The access_user parameter is missing or its value is invalid. |
Parameter access_user is missing or invalid. |
Check whether the request parameters are valid. |
400 |
111400845 |
The password parameter is missing or its value is invalid. |
Parameter password is missing or invalid. |
Check whether the request parameters are valid. |
400 |
111400849 |
The request parameter new_password should not exist. |
Request parameter new_password should not exist. |
Check whether the request parameters are valid. |
400 |
111400850 |
This operation is not supported when Password-Free Access is enabled for the instance. |
This operation is not supported when password-free access is enabled for the instance. |
Reset the instance password. |
400 |
111400857 |
DCS instances cannot be deleted if they are billed on a yearly/monthly basis. |
Instances billed on a yearly/monthly basis cannot be deleted. |
If you want to stop using instances billed on a yearly/monthly basis, unsubscribe from them. |
400 |
DCS. 4855 |
Master standby swap is not supported. |
Master/Standby switchover is not supported. |
Operation not allowed. |
400 |
DCS.1004 |
Project ID does not match the token. |
Project ID does not match the token. |
Check whether the request parameters are valid. |
400 |
DCS.4002 |
Invalid project ID format. |
Invalid project ID format. |
Check whether the request parameters are valid. |
400 |
DCS.4004 |
Empty request body. |
Empty request body. |
Check whether the request parameters are valid. |
400 |
DCS.4005 |
The message body contains invalid characters or is not in JSON format. |
The message body contains invalid characters or is not in JSON format. |
Check whether the request parameters are valid. |
400 |
DCS.4007 |
The selected cache engine type is not supported. |
The selected cache engine edition is not supported. |
Check whether the request parameters are valid. |
400 |
DCS.4008 |
The selected cache engine version is not supported. |
The selected cache engine version is not supported. |
Check whether the request parameters are valid. |
400 |
DCS.4009 |
Invalid product ID in the request. |
Invalid product ID in the request. |
Check whether the request parameters are valid. |
400 |
DCS.4010 |
Invalid DCS instance name. The name must be 4 to 64 characters in length. Only letters (case-insensitive), digits, underscores (_) ,and hyphens (-) are allowed. |
Invalid DCS instance name. The name must be 4 to 64 characters long. Only letters, digits, underscores (_), and hyphens (-) are allowed. |
Check whether the request parameters are valid. |
400 |
DCS.4011 |
DCS instance description cannot exceed 1024 characters. |
DCS instance description cannot exceed 1024 characters. |
Check whether the request parameters are valid. |
400 |
DCS.4012 |
Invalid capacity parameter in the request. |
Invalid capacity parameter in the request. |
Check whether the request parameters are valid. |
400 |
DCS.4013 |
Invalid vpc_id in the request. |
Invalid vpc_id in the request. |
Check whether the request parameters are valid. |
400 |
DCS.4014 |
Invalid security_group_id in the request. |
Invalid security_group_id in the request. |
Check whether the request parameters are valid. |
400 |
DCS.4016 |
Invalid subnet_id in the request. |
Invalid subnet_id in the request. |
Check whether the request parameters are valid. |
400 |
DCS.4017 |
This DCS instance job task is still running. |
A background task associated with this instance is running. |
Try again later. |
400 |
DCS.4018 |
This subnet must exist in the VPC. |
This subnet must exist in the VPC. |
Check whether the request parameters are valid. |
400 |
DCS.4019 |
The password does not meet complexity requirements. |
The password does not meet complexity requirements. |
Check whether the request parameters are valid. |
400 |
DCS.4020 |
DHCP must be enabled for this subnet. |
DHCP must be enabled for this subnet. |
Check whether DHCP has been enabled. |
400 |
DCS.4021 |
The isAutoRenew parameter in the request must be either 0 or 1. |
Invalid isAutoRenew in the request. It must be either 0 or 1. |
Check whether the request parameters are valid. |
400 |
DCS.4022 |
Engine does not match the product id. |
The cache engine does not match the product ID. |
Check whether the request parameters are valid. |
400 |
DCS.4026 |
This operation is not allowed when the DCS instance is in the current state. |
This operation is not allowed when the DCS instance is in the current state. |
Try again later or contact technical support. |
400 |
DCS.4027 |
This operation is not supported on this node. |
The specified operation is not supported on the current node. |
Try again later or contact technical support. |
400 |
DCS.4035 |
DCS instance quota of the tenant is insufficient. |
DCS instance quota of the tenant is insufficient. |
Contact technical support. |
400 |
DCS.4036 |
Memory quota of the tenant is insufficient. |
Memory quota of the tenant is insufficient. |
Contact technical support. |
400 |
DCS.4037 |
The instanceParams parameter in the request contains invalid characters or is not in JSON format. |
The instanceParams parameter in the request contains invalid characters or is not in JSON format. |
Check whether the request parameters are valid. |
400 |
DCS.4038 |
The periodNum parameter in the request must be an integer. |
The periodNum parameter in the request must be an integer. |
Check whether the request parameters are valid. |
400 |
DCS.4039 |
The quota limit has been reached. |
The quota limit has been reached. |
Check whether the request parameters are valid. |
400 |
DCS.4042 |
This AZ does not exist. |
This AZ does not exist. |
Check whether the request parameters are valid. |
400 |
DCS.4045 |
This DCS instance is already unfrozen. |
The instance is not frozen and cannot be unfrozen. |
Try again later or contact technical support. |
400 |
DCS.4046 |
This security group does not exist. |
The specified security group does not exist. |
Check whether the request parameters are valid. |
400 |
DCS.4047 |
The periodType parameter in the request must be either 2 or 3. |
The periodType parameter in the request must be either 2 or 3. |
Check whether the request parameters are valid. |
400 |
DCS.4048 |
The security group must have both outbound and inbound rules with protocols set to ANY. |
The security group must have both outbound and inbound rules with protocols set to ANY. |
Check whether the request parameters are valid. |
400 |
DCS.4049 |
The instance status is not running. |
The instance status is not running. |
Contact technical support. |
400 |
DCS.4053 |
the upgrade instance version equals to current version. |
The targetVersion parameter in the request cannot be the same as the source version. |
Check whether the request parameters are valid. |
400 |
DCS.4054 |
the selected available zone quota not enough. |
The DCS resources in the selected AZ are not sufficient. |
Select another AZ or contact technical support. |
400 |
DCS.4060 |
This DCS instance name already exists. |
This instance name already exists. |
Check whether the request parameters are valid. |
400 |
DCS.4061 |
Invalid instance ID format. |
Invalid instance ID format. |
Check whether the request parameters are valid. |
400 |
DCS.4062 |
Invalid {0} parameter in the request. |
Invalid parameter {0} in the request. |
Check whether the request parameters are valid. |
400 |
DCS.4063 |
Invalid {0} parameter in the request. |
Invalid parameter {0} in the request. |
Check whether the request parameters are valid. |
400 |
DCS.4064 |
The action parameter in the request must be restart. |
The action parameter in the request must be restart. |
Check whether the request parameters are valid. |
400 |
DCS.4065 |
The instances parameter in the request cannot be a null value or left unspecified. |
The instances parameter in the request cannot be a null value or left unspecified. |
Check whether the request parameters are valid. |
400 |
DCS.4066 |
Invalid value of the configure parameter {0}. |
Invalid configuration parameter {0}. |
Check whether the request parameters are valid. |
400 |
DCS.4067 |
The available_zones parameter in the request must an array that contains only one AZ ID. |
The available_zones parameter in the request must be an array that contains only one AZ ID. |
Check whether the request parameters are valid. |
400 |
DCS.4068 |
This VPC does not exist. |
This VPC does not exist. |
Check whether the request parameters are valid. |
400 |
DCS.4070 |
Invalid task ID format. |
Invalid task ID format. |
Check whether the request parameters are valid. |
400 |
DCS.4072 |
Invalid saveDays instance backup policy parameter in the request. |
The value of the instance backup parameter saveDays in the request must be in the range from 1 to 7. |
Check whether the request parameters are valid. |
400 |
DCS.4073 |
Invalid backupType instance backup policy parameter in the request. |
The value of the instance backup parameter backupType in the request must be either auto or manual. |
Check whether the request parameters are valid. |
400 |
DCS.4074 |
Invalid periodType instance backup policy parameter in the request. |
The value of the instance backup parameter periodType in the request must be weekly. |
Check whether the request parameters are valid. |
400 |
DCS.4075 |
Invalid backupAt instance backup policy parameter in the request. |
The value of the instance backup parameter backupAt in the request cannot be null or undefined. |
Check whether the request parameters are valid. |
400 |
DCS.4076 |
Invalid beginAt instance backup policy parameter in the request. |
The value of the instance backup parameter beginAt in the request must be in the 00:00–00:00 format. |
Check whether the request parameters are valid. |
400 |
DCS.4080 |
Instance password verify failed. |
Invalid instance password. |
Check whether the request parameters are valid. |
400 |
DCS.4086 |
only master standby instance is support this action |
This operation is allowed only for master/standby DCS instances. |
Operation not allowed. |
400 |
DCS.4087 |
the backup record status is err when restore this instance |
The restore operation is allowed only when the backup task is in the Succeeded state. |
Try again later or contact technical support. |
400 |
DCS.4094 |
the system is not support dcs job. |
The system does not support the background task function. |
Operation not allowed. |
400 |
DCS.4095 |
the system is not support backup and restore. |
The system does not support the backup and restoration function. |
Operation not allowed. |
400 |
DCS.4096 |
the instance is backuping. |
Backing up the DCS instance... Please try again later. |
Try again later or contact technical support. |
400 |
DCS.4097 |
the instance is restoring. |
Restoring the DCS instance... Please try again later. |
Try again later or contact technical support. |
400 |
DCS.4098 |
The value of the remark parameter must be 0 to 128 characters in length. |
The value of the remark parameter cannot exceed 128 characters long. |
Check whether the request parameters are valid. |
400 |
DCS.4099 |
DCS instances in the Creating, Restarting state cannot be deleted. |
DCS instances in the Creating or Restarting state cannot be deleted. |
Try again later. |
400 |
DCS.4100 |
The number of instance IDs in an instances array cannot exceed 50. |
The number of instance IDs in an instances array cannot exceed 50. |
Check whether the request parameters are valid. |
400 |
DCS.4102 |
The system is not support resize. |
Scale-up is not supported. |
Operation not allowed. |
400 |
DCS.4103 |
The system is not support resize. |
The capacity to which the DCS instance is scaled up must be greater than the original capacity. |
Check whether the request parameters are valid. |
400 |
DCS.4104 |
The DCS instance is recovering from an internal fault. Please try again later or contact customer service. |
The DCS instance is recovering from an internal fault. Please try again later or contact the administrator. |
Please try again later or contact the administrator. |
400 |
DCS.4105 |
The value of reserved-memory cannot be greater than the free memory size of this DCS instance. |
The value of reserved-memory cannot be greater than the free memory size of this DCS instance. |
Check whether the request parameters are valid. |
400 |
DCS.4106 |
The value of maintain time illegal. |
Invalid maintenance time window. |
Check whether the request parameters are valid. |
400 |
DCS.4107 |
The instance exists for unpaid sacle up orders. Please process non payment orders first. |
This DCS instance has unpaid orders. Please process the orders before continuing. |
Process unpaid orders before continuing. |
400 |
DCS.4108 |
The Instance exists for processing sacle up order. Please try again later. |
Scaling up the DCS instance... Please try again later. |
Try again later or contact technical support. |
400 |
DCS.4111 |
the instance is restarting. |
Restarting the DCS instance... Please try again later. |
Try again later or contact technical support. |
400 |
DCS.4113 |
the instance is extending. |
Scaling up the DCS instance... Please try again later. |
Try again later or contact technical support. |
400 |
DCS.4114 |
the instance is configuring. |
Modifying instance configuration... Please try again later. |
Try again later or contact technical support. |
400 |
DCS.4115 |
the instance is changing the password. |
Changing instance password... Please try again later. |
Try again later or contact technical support. |
400 |
DCS.4116 |
the instance is upgrading. |
Upgrading the DCS instance... Please try again later. |
Try again later or contact technical support. |
400 |
DCS.4117 |
the instance is rollbacking the version. |
Rolling back the DCS instance... Please try again later. |
Try again later or contact technical support. |
400 |
DCS.4118 |
the instance is creating. |
Creating the DCS instance... Please try again later. |
Try again later or contact technical support. |
400 |
DCS.4119 |
Query Bill Sample failed |
This DCS instance does not exist. |
Check whether the request parameters are valid. |
400 |
DCS.4120 |
the instance is Freezing. |
Freezing the DCS instance... Please try again later. |
Try again later or contact technical support. |
400 |
DCS.4800 |
Invalid {0} in the request. |
Invalid parameter {0} in the request. |
Check whether the request parameters are valid. |
400 |
DCS.4843 |
The no_password_access parameter is missing or its value is invalid. |
Parameter no_password_access is missing or invalid. |
Check whether the request parameters are valid. |
400 |
DCS.4844 |
The access_user parameter is missing or its value is invalid. |
Parameter access_user is missing or invalid. |
Check whether the request parameters are valid. |
400 |
DCS.4845 |
The password parameter is missing or its value is invalid. |
Parameter password is missing or invalid. |
Check whether the request parameters are valid. |
400 |
DCS.4849 |
The request parameter new_password should not exist. |
Request parameter new_password should not exist. |
Check whether the request parameters are valid. |
400 |
DCS.4850 |
This operation is not supported when Password-Free Access is enabled for the instance. |
This operation is not supported when password-free access is enabled for the instance. |
Check whether the request parameters are valid. |
400 |
DCS.4857 |
DCS instances cannot be deleted if they are billed on a yearly/monthly basis. |
Instances billed on a yearly/monthly basis cannot be deleted. |
Check whether the request parameters are valid. |
400 |
DCS.4875 |
Create replication number exceed max number limit. |
The maximum number of replicas that can be created has been reached. |
Check whether the request parameters are valid. |
400 |
DCS.4879 |
r/w instance have only one repl can not remove ip from dns |
The IP address cannot be removed because a master/standby instance must have at least one replica IP address. |
Check whether the request parameters are valid. |
400 |
DCS.4911 |
The network ip insufficient. |
The subnet does not have sufficient IP addresses. |
Check the quantity of IP addresses in the subnet. Release IP addresses that are no longer used or use another subnet that has sufficient IP addresses. |
400 |
DCS.4918 |
Instance bigkey analyze is running. |
The big key analysis is in progress. |
Try again later. |
400 |
DCS.4919 |
Does not support bigkey analyze. |
Big key analysis is not supported. |
Operation not allowed. |
400 |
DCS.4930 |
The request param node_list is invalid |
Invalid node_list parameter in the parameter. |
Check whether the request parameters are valid. |
400 |
DCS.4931 |
Node is not replica, can't delete. |
The replica cannot be deleted because it is not a read-only replica. |
Check whether the request parameters are valid. |
400 |
DCS.4935 |
Only one slave replication has dns ip, can not delete |
The replica cannot be deleted because at least one DNS IP address must be retained. |
Check whether the request parameters are valid. |
400 |
DCS.4936 |
The master node cannot be deleted |
The master node cannot be deleted. |
Check whether the request parameters are valid. |
400 |
DCS.4937 |
Only has one slave node,can not delete |
Retain at least one replica in addition to the master. |
Check whether the request parameters are valid. |
400 |
DCS.4939 |
The param slave_priority_weight is invalid. |
Invalid slave_priority_weight parameter in the parameter. |
Check whether the request parameters are valid. |
400 |
DCS.4941 |
The hotkey id does not exist. |
The hot key analysis task ID does not exist. |
Check whether the request parameters are valid. |
400 |
DCS.4942 |
The bigkey id does not exist. |
The big key analysis task ID does not exist. |
Check whether the request parameters are valid. |
401 |
111401001 |
Invalid token. |
Invalid token. |
Check whether the request parameters are valid. |
401 |
111401002 |
Token expired. |
The token has expired. |
Check whether the request parameters are valid. |
401 |
111401003 |
No token in the request. |
The token is missing. |
Check whether the request parameters are valid. |
401 |
111401004 |
Project ID does not match the token. |
Project ID does not match the token. |
Check whether the request parameters are valid. |
401 |
DCS.1001 |
Invalid token. |
Invalid token. |
Check whether the request parameters are valid. |
401 |
DCS.1002 |
Token expired. |
The token has expired. |
Check whether the request parameters are valid. |
401 |
DCS.1003 |
No token in the request. |
The token is missing. |
Check whether the request parameters are valid. |
401 |
DCS.1004 |
Project ID does not match the token. |
Project ID does not match the token. |
Check whether the request parameters are valid. |
403 |
111403002 |
This tenant has read permission only and cannot perform this operation. |
This tenant has read permissions only and cannot perform this operation. |
Check whether the request parameters are valid. |
403 |
111403003 |
This role does not have the permission to perform this operation. |
This role does not have the permissions to perform this operation. |
Check whether the request parameters are valid. |
403 |
DCS.2007 |
Policy does not allow {} to be performed. |
Insufficient permissions. |
Check whether the account has the required operation permissions. |
403 |
DCS.3002 |
This tenant has read permission only and cannot perform this operation. |
This tenant has read permissions only and cannot perform this operation. |
Check whether the request parameters are valid. |
403 |
DCS.3003 |
This role does not have the permission to perform this operation. |
This role does not have the permissions to perform this operation. |
Check whether the request parameters are valid. |
404 |
111404001 |
The requested URL does not exist. |
The requested URL does not exist. |
Check whether the request parameters are valid. |
404 |
111404022 |
This DCS instance does not exist. |
This DCS instance does not exist. |
Check whether the request parameters are valid. |
404 |
111404023 |
This DCS order does not exist. |
The order does not exist. |
Check whether the request parameters are valid. |
404 |
DCS.4001 |
The requested URL does not exist. |
The requested URL does not exist. |
Check whether the request parameters are valid. |
404 |
DCS.4022 |
This DCS instance does not exist. |
This DCS instance does not exist. |
Check whether the request parameters are valid. |
404 |
DCS.4023 |
This DCS order does not exist. |
The order does not exist. |
Check whether the request parameters are valid. |
405 |
111405001 |
This request method is not allowed. |
The request method is not allowed. |
Check whether the request parameters are valid. |
405 |
DCS.5001 |
This request method is not allowed. |
The request method is not allowed. |
Check whether the request parameters are valid. |
500 |
111400069 |
Another user is modifying configuration parameters of the DCS instance. Please try again later. |
Another user is modifying configuration parameters of the DCS instance. Try again later. |
Try again later. |
500 |
111400101 |
Delete instance backup file failed. |
Failed to delete the instance backup files. |
Contact technical support. |
500 |
111400842 |
job execution status failed. |
Failed to run the task. |
Contact technical support. |
500 |
111500000 |
Internal service error. |
Internal service error. |
Contact technical support. |
500 |
111500006 |
Internal service error. |
Internal service error. |
Contact technical support. |
500 |
111500017 |
Internal service error. |
Internal service error. |
Contact technical support. |
500 |
111500020 |
vm add port fail |
A port fails to be added for the VM. |
Contact technical support. |
500 |
111500024 |
Internal service error. |
Internal service error. |
Contact technical support. |
500 |
111500031 |
create instance fail |
Failed to create the DCS instance. |
Contact technical support. |
500 |
111500032 |
Internal service error. |
Internal service error. |
Contact technical support. |
500 |
111500037 |
query order info fail |
Failed to query the order details. |
Try again later or contact technical support. |
500 |
111500041 |
No resource tenant available. |
No resource tenant available. |
Try again later or contact technical support. |
500 |
111500044 |
update resource status fail |
Failed to update the status of the DCS instance. |
Try again later or contact technical support. |
500 |
111500053 |
Internal service error. |
Internal service error. |
Contact technical support. |
500 |
111500054 |
Internal service error. |
Internal service error. |
Contact technical support. |
500 |
111500070 |
Internal service error. |
Internal service error. |
Contact technical support. |
500 |
111500071 |
Internal service error. |
Internal service error. |
Contact technical support. |
500 |
111500077 |
Internal service error. |
Internal service error. |
Contact technical support. |
500 |
111500078 |
Internal service error. |
Internal service error. |
Contact technical support. |
500 |
111500079 |
Internal service error. |
Internal service error. |
Contact technical support. |
500 |
111500082 |
Internal service error. |
Internal service error. |
Contact technical support. |
500 |
111500083 |
Internal service error. |
Internal service error. |
Contact technical support. |
500 |
111500085 |
Internal service error. |
Internal service error. |
Contact technical support. |
500 |
111500090 |
Internal service error. |
Internal service error. |
Contact technical support. |
500 |
111500092 |
Internal service error. |
Internal service error. |
Contact technical support. |
500 |
111500104 |
Internal service error. |
Internal service error. |
Contact technical support. |
500 |
DCS. 5094 |
Master standby swap failed. |
Master/Standby switchover failed. |
Contact technical support. |
500 |
DCS.4069 |
Another user is modifying configuration parameters of the DCS instance. Please try again later. |
Another user is modifying configuration parameters of the DCS instance. Try again later. |
Try again later. |
500 |
DCS.4101 |
Delete instance backup file failed. |
Failed to delete the instance backup files. |
Contact technical support. |
500 |
DCS.4842 |
job execution status failed. |
Failed to run the task. |
Contact technical support. |
500 |
DCS.5000 |
Internal service error. |
Internal service error. |
Contact technical support. |
500 |
DCS.5006 |
Job submit failed |
Failed to submit the task. |
Contact technical support. |
500 |
DCS.5006 |
Submit job failed. |
Failed to submit the task. |
Contact technical support. |
500 |
DCS.5017 |
Failed to save instance information. |
Failed to save the instance information. |
Contact technical support. |
500 |
DCS.5020 |
vm add port fail |
A port fails to be added for the VM. |
Contact technical support. |
500 |
DCS.5024 |
Query instance failed. |
The instance fails to be queried. |
Contact technical support. |
500 |
DCS.5031 |
create instance fail |
Failed to create the DCS instance. |
Contact technical support. |
500 |
DCS.5032 |
Failed to create order. |
Failed to create the order number. |
Contact technical support. |
500 |
DCS.5037 |
query order info fail |
Failed to query the order details. |
Contact technical support. |
500 |
DCS.5041 |
No resource tenant available. |
No resource tenant available. |
Contact technical support. |
500 |
DCS.5044 |
update resource status fail |
Failed to update the status of the DCS instance. |
Contact technical support. |
500 |
DCS.5053 |
Instance node not found. |
The specified instance node is not found. |
Contact technical support. |
500 |
DCS.5054 |
Failed to generate password. |
The password fails to be generated. |
Contact technical support. |
500 |
DCS.5070 |
Internal service error. |
Internal service error. |
Contact technical support. |
500 |
DCS.5071 |
Failed to create instance backup strategy. |
The instance backup policy fails to be created. |
Contact technical support. |
500 |
DCS.5077 |
Query instance backup strategy failed |
The instance backup policy fails to be queried. |
Contact technical support. |
500 |
DCS.5077 |
Query instance failed. |
The instance fails to be queried. |
Contact technical support. |
500 |
DCS.5078 |
Query backup record failed. |
The backup record fails to be queried. |
Contact technical support. |
500 |
DCS.5079 |
Query restore record failed. |
The restoration record fails to be queried. |
Contact technical support. |
500 |
DCS.5081 |
The resource tenant does not exist. |
The resource tenant does not exist. |
Contact technical support. |
500 |
DCS.5082 |
Failed to register resource tenant backup user. |
The resource tenant backup user fails to be registered. |
Contact technical support. |
500 |
DCS.5083 |
Failed to save backup user. |
The backup user fails to be saved. |
Contact technical support. |
500 |
DCS.5085 |
Failed to update backup strategy. |
The backup policy fails to be updated. |
Contact technical support. |
500 |
DCS.5090 |
Failed to save backup information. |
The backup information fails to be saved. |
Contact technical support. |
500 |
DCS.5091 |
Script execution failed. |
Failed to execute the script. |
Contact technical support. |
500 |
DCS.5092 |
Failed to save and restore data. |
The restoration data fails to be saved. |
Contact technical support. |
500 |
DCS.5095 |
The script execution failed and needs to be retried. |
The script fails to be executed and needs to be executed again. |
Contact technical support. |
500 |
DCS.5104 |
Failed to modify order. |
Failed to modify the order. |
Contact technical support. |