Application Orchestration Error Codes
If an error occurs in API calling, no result is returned. Identify the causes of errors based on the error codes 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.
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.
{ "code": "SVCSTG.AOS.4001110", "extend": "The template already exists!", "message": "Bad request, name of template is already used.", "showdetail": false }
In the preceding information, code indicates an error code. extend is the error message set according to the actual situation. message provides the default description of the error. When showdetail is set to true, extend will be displayed. When showdetail is set to false, message will be displayed.
Error Code Description
Status Code |
Error Code |
Message |
Description |
Solution |
---|---|---|---|---|
400 |
SVCSTG.AOS.4000007 |
Bad Request, request route not found. |
Request error. The requested path cannot be found. |
Log in as a user that has the access permission. |
400 |
SVCSTG.AOS.4000010 |
Bad request, request parameter error, please check. |
Request error. The request parameter is incorrect. Please check. |
Correct the request parameter and try again. |
400 |
SVCSTG.AOS.4000011 |
Bad request, request parameter error, please check. |
Request error. The request parameter is incorrect. Please check. |
Correct the request parameter and try again. |
400 |
SVCSTG.AOS.4000016 |
Bad request, request parameter error, please check. |
Request error. The request parameter is incorrect. Please check. |
Correct the request parameter and try again. |
400 |
SVCSTG.AOS.4000100 |
Bad request, no url of archive provided. |
Request error. The URL address of the template file is not provided. |
Enter the URL of the template file and try again. |
400 |
SVCSTG.AOS.4000101 |
Bad request, credentials is empty. |
Request error. No authentication information is provided. |
Enter the template authentication information and try again. |
400 |
SVCSTG.AOS.4000102 |
Bad request, archive url is invalid |
The URL of the template file is invalid. |
Correct the URL of the template file and try again. |
400 |
SVCSTG.AOS.4000106 |
Bad request, no namespace provided. |
Request error. The namespace information is not carried. |
Specify the namespace and try again. |
400 |
SVCSTG.AOS.4000107 |
Bad request, no package name provided |
Request failed. The software package name is not carried. |
Add the software package name and try again. |
400 |
SVCSTG.AOS.4000108 |
Bad request, no archive name provided. |
Request failed. The template file name is not carried. |
Add the template file name and try again. |
400 |
SVCSTG.AOS.4000117 |
Bad request, no file to be upload. |
Request error. No template files specified to upload. |
Add a template file and try again. |
400 |
SVCSTG.AOS.4000120 |
Bad request, when searching package, name provided is empty. |
No software package names specified in software package query. |
Enter a software package name and try again. |
400 |
SVCSTG.AOS.4000122 |
Bad request, find multiple archive. |
Request error. Multiple software packages that meet the specified criteria have been found. |
Correct the software package name and try again. |
400 |
SVCSTG.AOS.4000127 |
Bad request, no domain provided. |
No domain information is provided. |
Enter the domain information and try again. |
400 |
SVCSTG.AOS.4000133 |
Bad request, path not found. |
Request error. The template file path cannot be found. |
Enter a correct template file address and try again |
400 |
SVCSTG.AOS.4000200 |
Bad request, archive is not existed. |
Request error. The template file does not exist. |
Enter a correct template file address and try again |
400 |
SVCSTG.AOS.4000201 |
Bad request, unsupported archive type. |
Request error. The template file type is not supported. |
Change the template file to a supported format and try again. |
400 |
SVCSTG.AOS.4000319 |
Bad request, type of getting resource invalid. |
Request error. The obtained resource type is invalid. |
Contact technical support. |
400 |
SVCSTG.AOS.4000326 |
Bad request, cluster is not available. |
Request error. The cluster is unavailable. |
Fix the issues or select another cluster and try again. |
400 |
SVCSTG.AOS.4000327 |
Bad request, namespace is not available. |
Request error. The namespace is unavailable. |
Fix the issues of the cluster namespace and try again. |
400 |
SVCSTG.AOS.4000503 |
Bad request, find multiple public chart package. |
Request error. Multiple public chart packages are found. |
Contact technical support. |
400 |
SVCSTG.AOS.4000504 |
Bad request, URL of chart is null. |
Request error. The address of the chart package is empty. |
Enter a correct the chart package address and try again. |
400 |
SVCSTG.AOS.4000505 |
Bad request, chart package specified is not exist. |
Request error. The specified chart package does not exist. |
Enter a correct chart package name and try again. |
400 |
SVCSTG.AOS.4000506 |
Bad request, find multiple chart package in specified namespace. |
Request error. The name of the chart package in the namespace is not unique. |
Enter a correct chart package name and try again. |
400 |
SVCSTG.AOS.4000507 |
Bad request, neither chart name nor chart URL is specified. |
Request error. Neither the name nor the address of the chart package is specified. |
Enter the chart package name and address and try again. |
400 |
SVCSTG.AOS.4000600 |
Bad request, package name is null. |
Request error. The template file name is empty. |
Enter the template file name and try again. |
400 |
SVCSTG.AOS.4000601 |
Bad request, package name is invalid. |
Request error. The template file name is invalid. |
Enter a valid template file name and try again. |
400 |
SVCSTG.AOS.4000602 |
Request is invalid. |
The template metadata is invalid. |
Correct the template metadata and try again. |
400 |
SVCSTG.AOS.4001004 |
Bad request, invalid input template file. |
Request error. The entered template file is invalid. |
The template file is incorrect. Modify the file and try again. |
400 |
SVCSTG.AOS.4001005 |
Bad request, template file is too large. |
The size of the template file exceeds the limit. |
Reduce the size and try again. |
400 |
SVCSTG.AOS.4001007 |
Bad request, template is null. |
Request error. The template file is empty. |
Ensure that the template file is not empty and try again. |
400 |
SVCSTG.AOS.4001007 |
Bad request, template is null. |
Request error. The template logo is empty. |
Ensure that the template logo is not empty and try again. |
400 |
SVCSTG.AOS.4001008 |
Bad request, template name can not be updated. |
Request error. The template name cannot be updated. |
The template name cannot be updated. |
400 |
SVCSTG.AOS.4001009 |
Bad request, template scope can not be updated. |
Request error. The template scope cannot be updated. |
The template scope cannot be updated. |
400 |
SVCSTG.AOS.4001011 |
Bad request, archive name is already existed. |
The template file name already exists in the software repository. Use another name. |
Change the template name and try again. |
400 |
SVCSTG.AOS.4001013 |
Bad request, main file of template can not be updated. |
Request error. The main file of the template cannot be updated. |
The main file of the template cannot be updated. |
400 |
SVCSTG.AOS.4001014 |
Bad request, template filename is empty |
Request error. The template file is empty. |
Ensure that the template file is not empty and try again. |
400 |
SVCSTG.AOS.4001015 |
Bad request, invalid input template image. |
Request error. The entered template logo is invalid. |
Correct the template logo and try again. |
400 |
SVCSTG.AOS.4001016 |
Bad request, template image is too large. |
The size of the template logo exceeds the limit. |
Reduce the size of the template logo and try again. |
400 |
SVCSTG.AOS.4001101 |
Bad request, request body is too large. |
Request error. The request body is too large. |
Reduce the request body size and try again. |
400 |
SVCSTG.AOS.4001102 |
Bad request, resource parameter is invalid. |
Request error. The resource parameter in the request is incorrect. |
Correct the resource parameter in the request and try again. |
400 |
SVCSTG.AOS.4001103 |
Bad request, resource parameter is invalid. |
Request error. The resource parameter in the request body is invalid. |
Correct the request parameter and try again. |
400 |
SVCSTG.AOS.4001104 |
Bad request, name of template is invalid. |
Request error. The template name is invalid. |
Change the template name and try again. |
400 |
SVCSTG.AOS.4001105 |
Bad request, description of template is invalid. |
Request error. The template description is invalid. |
Modify the template description and try again. |
400 |
SVCSTG.AOS.4001106 |
Bad request, version of template is invalid. |
Request error. The version field is invalid. |
Modify the template version and try again. |
400 |
SVCSTG.AOS.4001107 |
Bad request, vendor of template is invalid. |
Request error. The vendor field is invalid. |
Modify the template vendor and try again. |
400 |
SVCSTG.AOS.4001108 |
Bad request, scope of template is invalid. |
Request error. The template scope is invalid. |
Change the template scope and try again. |
400 |
SVCSTG.AOS.4001110 |
Bad request, name of template is already used. |
Request error. The template name already exists. |
Change the template name and try again. |
400 |
SVCSTG.AOS.4001115 |
Bad request, main file of template is invalid. |
Request error. The main file of the template is invalid. |
Correct the main file of the template and try again. |
400 |
SVCSTG.AOS.4001117 |
Bad request, tosca version of template is invalid. |
Request error. Invalid template TOSCA version. |
The template TOSCA version is not supported. Change the version and try again. |
400 |
SVCSTG.AOS.4001118 |
Bad request, invalid template type, must be yaml, json, file. |
Request error. The template file type is invalid. |
Choose a valid template file type and try again. |
400 |
SVCSTG.AOS.4001119 |
Parse template failed, template is invalid, please check. |
Failed to verify the template. The template is invalid. |
Contact technical support. |
400 |
SVCSTG.AOS.4001120 |
Bad request, project id in token is invalid. |
Request error. The project ID is invalid. |
Enter a valid project ID and try again. |
400 |
SVCSTG.AOS.4001122 |
Bad request, invalid encoding format of template file. |
Request error. The code format of the template file is incorrect. |
Modify the template file code and try again. |
400 |
SVCSTG.AOS.4001124 |
Old AOS application type is now replaced by type ServiceStage |
Request error. The old AOS application model contained in the template has been replaced by the ServiceStage type. |
Contact technical support. |
400 |
SVCSTG.AOS.4001201 |
Bad request, scope is invalid. |
Request error. The scope is invalid. |
The scope is invalid. Modify the scope and try again. |
400 |
SVCSTG.AOS.4001400 |
Bad request, stack required is not exist. |
Request error. The requested stack does not exist. |
The stack does not exist. Check the stack. |
400 |
SVCSTG.AOS.4001500 |
Bad request, template ID is invalid. |
Request error. The template ID is invalid. |
Enter a valid template ID and try again. |
400 |
SVCSTG.AOS.4001502 |
Bad request, isDelTemplatePackage param error. |
Request error. The parameter that determines whether a template needs to be deleted is incorrect. |
Modify the parameter and try again. |
400 |
SVCSTG.AOS.4001600 |
Bad request, local parameter is invalid. |
Request error. The local parameter in the request is incorrect. |
Modify the local parameter and try again. |
400 |
SVCSTG.AOS.4001800 |
Bad request, request body is invalid. |
Request error. The request body is invalid. |
Modify the request body and try again. |
400 |
SVCSTG.AOS.4001801 |
Validate template failed, template is invalid, please check. |
Failed to verify the template. The template is invalid. |
Contact technical support. |
400 |
SVCSTG.AOS.4001900 |
Converge template failed, please check. |
Template convergence parsing failed. The template is invalid. |
Contact technical support. |
400 |
SVCSTG.AOS.4001901 |
Request parameter error, please check. |
Request parameter error. |
Modify the invalid request body for creating a stack and try again. |
400 |
SVCSTG.AOS.4001902 |
Request parameter error, please check. |
Request parameter error. |
Modify the invalid request body for creating a stack and try again. |
400 |
SVCSTG.AOS.4002000 |
Request parameter error, please check. |
Request parameter error. |
Modify the request parameter and try again. |
400 |
SVCSTG.AOS.4002001 |
Bad request, invalid stack name. |
Request error. The stack name is invalid. |
Modify the stack name and try again. |
400 |
SVCSTG.AOS.4002002 |
Bad request, invalid stack description. |
Request error. The stack description is invalid. |
Modify the stack description and try again. |
400 |
SVCSTG.AOS.4002003 |
Bad request, project ID is invalid. |
Request error. The project ID is invalid. |
Modify the project ID and try again. |
400 |
SVCSTG.AOS.4002004 |
Bad request, invalid template ID. |
Request error. The template ID is invalid. |
Modify the template ID and try again. |
400 |
SVCSTG.AOS.4002008 |
Bad request, input parameters is invalid. |
Request error. The input parameter is invalid. |
Modify the request parameter and try again. |
400 |
SVCSTG.AOS.4002009 |
Bad request, request parameter error, please check. |
Request error. The input parameter is invalid. |
Modify the request parameter and try again. |
400 |
SVCSTG.AOS.4002011 |
Bad request, some input parameters are too long. |
Request error. The input parameters reach the maximum length. |
Modify the request parameter and try again. |
400 |
SVCSTG.AOS.4002013 |
Bad request, input parameter is invalid. |
Request error. The input parameter is invalid. Please check. |
Modify the request parameter and try again. |
400 |
SVCSTG.AOS.4002015 |
Bad request, package property is not right. |
Request error. The attribute parameter of the package is invalid. |
Modify the request parameter and try again. |
400 |
SVCSTG.AOS.4002018 |
Bad request, external node properties is invalid. |
Request error. The attribute of the externally-dependent node is invalid. |
Contact technical support. |
400 |
SVCSTG.AOS.4002020 |
Bad request, external stack name not found in namespace. |
Request error. The stack where the external node resides is not found. |
Contact technical support. |
400 |
SVCSTG.AOS.4002021 |
Bad request, external node not in stack getting from database. |
Request error. The external node is not in the stack specified by the template. |
Contact technical support. |
400 |
SVCSTG.AOS.4002024 |
Bad request, labels of stack is invalid |
Request error. The stack label is invalid. |
Modify the stack label and try again. |
400 |
SVCSTG.AOS.4002027 |
Bad request, scale parameters defined in inputs and nodes at the same time is not support |
Request error. The scale parameter cannot be defined in both input and node. |
Ensure that the scale parameter is not defined in both input and node and try again. |
400 |
SVCSTG.AOS.4002028 |
Bad request, not supported scale parameter, please define instances to inputs. |
Request error. Define the scaling parameters in inputs. |
Define the scaling parameters in inputs and try again. |
400 |
SVCSTG.AOS.4002029 |
Create stack failed, instantiate template failed. |
Failed to create the stack or failed to instantiate the template. |
Contact technical support. |
400 |
SVCSTG.AOS.4002030 |
Bad request, template is invalid, need trimmed node does not marked as deploy false |
Request error. The template is invalid. The node to be tailored in the template is not marked as deploy false. |
Contact technical support. |
400 |
SVCSTG.AOS.4002031 |
Create domain agency failed |
Request error. The old AOS application model contained in the stack has been replaced by the ServiceStage type. |
Contact technical support. |
400 |
SVCSTG.AOS.4002100 |
Bad request, stack ID is invalid. |
Request error. The stack ID is invalid. |
Modify the stack ID and try again. |
400 |
SVCSTG.AOS.4002103 |
Bad request, request parameter error, please check. |
Request error. The request parameter is invalid. |
Modify the parameter and try again. |
400 |
SVCSTG.AOS.4002200 |
Bad request, project ID is invalid. |
Request error. The project ID is invalid. |
Modify the project ID and try again. |
400 |
SVCSTG.AOS.4002400 |
Bad request, request parameter error, please check. |
Request error. The request parameter is incorrect. |
Modify the parameter and try again. |
400 |
SVCSTG.AOS.4002401 |
Bad request, stack name can not be updated. |
Request error. Stack names cannot be updated. |
Stack names cannot be updated. |
400 |
SVCSTG.AOS.4002500 |
Bad request, request body is invalid. |
Request error. The request body is invalid. |
Modify the request parameter and try again. |
400 |
SVCSTG.AOS.4002501 |
Bad request, lifecycle parameter is invalid. |
Request error. The lifecycle parameter is invalid. |
Modify the lifecycle parameter and try again. |
400 |
SVCSTG.AOS.4002502 |
Bad request, number of scaling instances is not specified. |
Request error. Specify the number of instances for scaling. |
Enter the number of instances for scaling and try again. |
400 |
SVCSTG.AOS.4002507 |
Bad request, failure strategy is invalid. |
Request error. The policy of rollback after a stack fails to be created is invalid. |
Modify the rollback policy and try again. |
400 |
SVCSTG.AOS.4002508 |
Bad request, strategy specified is not supported for this action. |
Request error. The lifecycle policy specified is not supported. |
Modify the lifecycle policy and try again. |
400 |
SVCSTG.AOS.4002513 |
Bad request, node upgraded does not exist in original stack. |
Request error. The node to be upgraded is not in the original stack. |
Contact technical support. |
400 |
SVCSTG.AOS.4002515 |
Bad request, the stack has not been upgraded and can not be rolled back. |
Request error. The stack cannot be rolled back because it has not been upgraded. |
Stacks that have not been upgraded cannot be rolled back. |
400 |
SVCSTG.AOS.4002522 |
Bad request, upgrade node type is not software component. |
Request error. The node to be upgraded is not a software component. |
Contact technical support. |
400 |
SVCSTG.AOS.4002523 |
Bad request, upgrade node is not included by any application. |
Request error. The node to be upgraded is not contained in any application. |
Contact technical support. |
400 |
SVCSTG.AOS.4002536 |
Bad request, url property does not exist in action body. |
The node attribute of the request body does not contain the URL attribute. |
Contact technical support. |
400 |
SVCSTG.AOS.4002547 |
Bad request, application can not be stopped. |
Request error. The application cannot be started or stopped. |
The selected application cannot be started or stopped. |
400 |
SVCSTG.AOS.4002548 |
Bad request, the stack action can not be retry for none action history found. |
Request error. No stack execution records are found. Retry is not allowed. |
Do not retry when the selected stack has no execution record. |
400 |
SVCSTG.AOS.4002549 |
Bad request, parameter of scaling is invalid |
Request error. The scaling parameter is invalid. |
Modify the scaling parameter and try again. |
400 |
SVCSTG.AOS.4002551 |
Bad request, policy can not be changed. |
Request error. The policy does not support topology changes. |
Change the policy type and try again. |
400 |
SVCSTG.AOS.4002556 |
Bad request, statefulSet application with OnDelete update strategy can not be upgraded. |
Request error. The StatefulSet that is configured with the OnDelete upgrade policy cannot be upgraded. |
Contact technical support. |
400 |
SVCSTG.AOS.4002562 |
Bad request, node name is invalid |
Request error. The node name is invalid. |
Modify the node name and try again. |
400 |
SVCSTG.AOS.4002563 |
Bad request, node type changed during upgrading. |
Request error. The node type is changed during an upgrade. |
Ensure that the node type is not changed during stack upgrade and try again. |
400 |
SVCSTG.AOS.4002564 |
Bad request, node relationship changed during upgrading. |
Request error. The node relationship is changed during an upgrade. |
Ensure that the node relationship is not changed during stack upgrade and try again. |
400 |
SVCSTG.AOS.4002566 |
Bad request, node immutable property changed during upgrading. |
Request error. The node attribute which should remain unchanged is changed during an upgrade. |
Ensure that the immutable attribute of the node is not changed during stack upgrade and try again. |
400 |
SVCSTG.AOS.4002567 |
Bad request, label of application changed during upgrading. |
Request error. The label of the application is changed during an upgrade. |
Ensure that the label of the application is not changed during stack upgrade. |
400 |
SVCSTG.AOS.4002568 |
Bad request, bindServices of node added or removed. |
Request error. The number of services bound to the node increases or decreases during an upgrade. |
Ensure that the number of services bound to the node is not changed during stack upgrade. |
400 |
SVCSTG.AOS.4002569 |
Bad request, node removed but node has relationship with it was not removed. |
Request error. A node is deleted during an upgrade, but its associated nodes are not deleted. |
Ensure that the associated nodes are deleted along with the target node you delete during an upgrade and try again. |
400 |
SVCSTG.AOS.4002571 |
Bad request, dsl version of template can not be changed. |
Request error. The tosca_version of the template is changed. |
Ensure that the tosca_version of the template is not changed and try again. |
400 |
SVCSTG.AOS.4002572 |
Bad request, not supported node was added during upgrading. |
Request error. The type of the new node is not allowed. |
Modify the type of the new node and try again. |
400 |
SVCSTG.AOS.4002573 |
Bad request, added node has relationship with old nodes, it is forbidden. |
Request error. The new node has established a relationship with the original node. |
Ensure that no relationship is established between the new and original nodes and try again. |
400 |
SVCSTG.AOS.4002574 |
Bad request, the action can not be cancelled |
Request error. The current action cannot be cancelled. |
The current action cannot be cancelled. |
400 |
SVCSTG.AOS.4002575 |
Bad request, the action can not auto rollback |
Request error. The automatic rollback action is not supported. |
Ensure that no automatic rollback is executed for the current action and try again. |
400 |
SVCSTG.AOS.4002576 |
Bad request, no parameter change during upgrading. |
Request error. The stack parameter remains unchanged. Upgrade is not allowed. |
Do not upgrade when the stack parameter remains unchanged. |
400 |
SVCSTG.AOS.4002577 |
Bad request, cce nodepool instances can not decrease. |
Request error. The stack parameter is incorrect. Upgrade and scaling are not allowed. |
Ensure that the stack parameter is not changed and try again. |
400 |
SVCSTG.AOS.4002578 |
Bad request, no order id when periodic upgrade. |
Request error. The stack parameter is incorrect. Upgrade and scaling are not allowed. |
Ensure that the stack parameter is not changed and try again. |
400 |
SVCSTG.AOS.4002600 |
Bad request, node type is invalid. |
Request error. The node_type of the request is not specified. |
Specify the node type and try again. |
400 |
SVCSTG.AOS.4002700 |
Bad request, node ID is invalid. |
Request error. The node ID is invalid. |
Modify the node ID and try again. |
400 |
SVCSTG.AOS.4002702 |
Bad request, node instance ID is invalid. |
Request error. The instance ID of the node is invalid. |
Modify the node instance ID and try again. |
400 |
SVCSTG.AOS.4003000 |
Bad request, action ID is invalid. |
Request error. The action ID is invalid. |
Modify the action ID and try again. |
400 |
SVCSTG.AOS.4003600 |
Bad request, requested policy type error. |
The request policy type is incorrect. |
Modify the policy type in the request and try again. |
400 |
SVCSTG.AOS.4003700 |
Bad request, inputs or template version modified, however make no change to this stack. |
Request error. The stack parameter remains unchanged. |
Do not change when the stack parameter remains unchanged. |
400 |
SVCSTG.AOS.4003908 |
Bad request, external node can not be external node type. |
Template error. The specified external node cannot be of the ExternalNode type. |
Modify the specified external node type and try again. |
400 |
SVCSTG.AOS.4003909 |
Bad request, external node specified is not exist. |
Template error. The specified external node does not exist. |
Modify the specified external node and try again. |
400 |
SVCSTG.AOS.4003910 |
Bad request, external node is itself. |
Request error. The node itself is specified as the external node. |
Ensure that the node itself is not specified as the external node and try again. |
400 |
SVCSTG.AOS.4003915 |
Bad request, immutable input can not be upgraded. |
Request error. The unchangeable input parameters cannot be upgraded. |
Ensure that the unchangeable input parameters are not changed and try again. |
400 |
SVCSTG.AOS.4004000 |
Stack is no need for health check |
The stack does not require a health check. |
The stack does not require a health check. |
400 |
SVCSTG.AOS.4004100 |
template need for reUpload |
The template used for obtaining parameter details during stack upgrade must be a newly uploaded template. |
Contact technical support. |
400 |
SVCSTG.AOS.4004104 |
get error when re parse old template |
An error occurred in parsing the old template again. |
Contact technical support. |
400 |
SVCSTG.AOS.4004200 |
unmarshal preview upgrade stack template inputs error |
An error occurred in parsing the template inputs. |
Contact technical support. |
400 |
SVCSTG.AOS.4004201 |
unmarshal stack template inputs error |
An error occurred in parsing the template inputs. |
Contact technical support. |
400 |
SVCSTG.AOS.4004600 |
Bad request, please check. |
Request body error. |
Modify the request body and try again. |
400 |
SVCSTG.AOS.4004601 |
Bad request, the input type of update state is invalid. |
Request error. The input type is invalid. |
Modify the input type and try again. |
400 |
SVCSTG.AOS.4004603 |
Bad request, input parameter invalid, please check. |
The request parameter is invalid. |
Modify the request parameter and try again. |
400 |
SVCSTG.AOS.4004702 |
Bad request, invalid tenant ID. |
Request error. The tenant ID is invalid. |
Modify the tenant ID and try again. |
400 |
SVCSTG.AOS.4004704 |
Bad request, quota number is invalid |
Request error. The quota is invalid. |
Modify the quota parameter and try again. |
400 |
SVCSTG.AOS.4004705 |
Create stack quota failed |
Request error. The quota is invalid. |
Modify the quota parameter and try again. |
400 |
SVCSTG.AOS.4005003 |
Sample template zip package is empty. |
Internal server error. |
Contact technical support. |
400 |
SVCSTG.AOS.4005007 |
Sample template compress package only support zip format. |
Internal server error. |
Contact technical support. |
400 |
SVCSTG.AOS.4005009 |
Parse description file failed, maybe description file not exsit or json format error. |
Internal server error. |
Contact technical support. |
400 |
SVCSTG.AOS.4005011 |
Sample template is already exsit, please check the name and version. |
Internal server error. |
Contact technical support. |
400 |
SVCSTG.AOS.4005015 |
No Certain sample template in db. |
Internal server error. |
Contact technical support. |
400 |
SVCSTG.AOS.4005110 |
Bad request, template does not contains periodic resource. |
Request error. The requested template does not contain resources billed in yearly/monthly mode. |
The requested template does not contain resources billed in yearly/monthly mode. Orders are not required. |
400 |
SVCSTG.AOS.4005113 |
Bad request, periodic resource in template is null. |
Request error. The template does not contain resources billed in yearly/monthly mode. |
Contact technical support. |
400 |
SVCSTG.AOS.4005203 |
Bad request, unmarshal request body failed when parse former. |
Request error. An error occurred in parsing the generator request information. |
Contact technical support. |
400 |
SVCSTG.AOS.4005204 |
Bad request, elements is nil when parse former. |
Request error. The number of generator elements is 0. |
Contact technical support. |
400 |
SVCSTG.AOS.4005205 |
Bad request, invalid former id. |
Request error. The former ID is invalid. |
Contact technical support. |
400 |
SVCSTG.AOS.4005210 |
Bad request, already save template. |
Request error. The template cannot be saved again. |
Saved templates cannot be saved again. |
400 |
SVCSTG.AOS.4005211 |
Bad request, the domain has processing former process. |
Request error. The tenant already has a generation record that is being processed. |
Try again after the generator in process finishes. |
401 |
SVCSTG.AOS.4010002 |
Unauthorized. |
The authentication failed as the client is not authorized. |
Switch to a user that has the operation permission or contact technical support. |
401 |
SVCSTG.AOS.4010005 |
Unauthorized, please contact administrator. |
Internal authentication failed. |
Contact technical support. |
401 |
SVCSTG.AOS.4010008 |
Unauthorized, please contact administrator. |
Internal authentication failed. |
Switch to a user that has the access permission. |
403 |
SVCSTG.AOS.4030006 |
Permission denied. |
No access permission. |
Switch to a user that has the access permission. |
403 |
SVCSTG.AOS.4030014 |
Permission denied, your account is suspended, please contact administrator. |
Failed to access as your account has been frozen. |
Contact technical support to unfreeze your account. |
403 |
SVCSTG.AOS.4030015 |
Permission denied, your account is restricted, please refill your account if your balance is insufficient, or contact administrator. |
Failed to access as your account has been restricted. Please contact the administrator. If your account balance is insufficient, top up your account first. |
Contact technical support to remove the restrictions. |
403 |
SVCSTG.AOS.4031116 |
Permission denied, the number of templates exceeds maximum limit. |
Unauthorized operation. The number of templates exceeds the limit. |
Reduce the number of templates and try again. |
403 |
SVCSTG.AOS.4032025 |
Permission denied, number of stacks exceeds the maximum limits. |
No operation permission. The number of stacks reaches the limit. |
Stacks cannot be created when the stack quota is used up. |
404 |
SVCSTG.AOS.4040012 |
Template specified is not exist. |
The template does not exist. |
Use a valid template. |
404 |
SVCSTG.AOS.4040013 |
Stack specified is not exist. |
The stack does not exist. |
Use a valid stack. |
404 |
SVCSTG.AOS.4040017 |
Lock resource is not found, please check. |
The resource does not exist. |
Please try again later. |
404 |
SVCSTG.AOS.4040115 |
Archive list is nil. |
The template file is empty. |
Add a template file and try again. |
404 |
SVCSTG.AOS.4040121 |
Archive specified is not exist. |
The specified software package or image package does not exist. |
Modify the software package name and try again. |
404 |
SVCSTG.AOS.4041701 |
Could not found image for template. |
Request error. The requested logo does not exist. |
The template logo does not exit. Ensure you request a valid picture. |
404 |
SVCSTG.AOS.4042101 |
The stack does not exist. |
The target stack does not exist. |
Switch to another stack to access. |
409 |
SVCSTG.AOS.4090018 |
Bad request, lock resource stack is locking |
Cloud service operation conflicts. |
Try again later. |
409 |
SVCSTG.AOS.4090116 |
Bad request, archive is already existed. |
Request error. The template file already exists in the software repository. |
Change the template name and try again. |
409 |
SVCSTG.AOS.4090329 |
Bad request, execute lifecycle request is already existed |
Request error. The Kubernetes request already exists. |
Contact technical support. |
409 |
SVCSTG.AOS.4091010 |
Bad request, templates is already used by stack. |
Request error. A stack has been created for the template. |
Do not delete the template with a stack created. |
409 |
SVCSTG.AOS.4092006 |
Bad request, stack name is already existed. |
Request error. The stack name already exists. |
Change the stack name and try again. |
409 |
SVCSTG.AOS.4092019 |
Bad request, external stack name and namespace conflicts. |
Request error. The stack where the external node resides is not unique. |
Contact technical support. |
429 |
SVCSTG.AOS.4290009 |
The server is too busy, please try again later. |
Server busy. |
Wait for a while and try again. If the fault persists, contact technical support. |
500 |
SVCSTG.AOS.5000000 |
Request to authenticate failed. |
Request authentication failed. |
Contact technical support. |
500 |
SVCSTG.AOS.5000001 |
Authentication failed, please contact administrator. |
Internal authentication failed. |
Contact technical support. |
500 |
SVCSTG.AOS.5000003 |
Authentication failed, please contact administrator. |
Internal authentication failed. |
Contact technical support. |
500 |
SVCSTG.AOS.5000004 |
Authentication failed, please contact administrator. |
Internal authentication failed. |
Contact technical support. |
500 |
SVCSTG.AOS.5000005 |
Authentication failed, please contact administrator. |
Internal authentication failed. |
Contact technical support. |
500 |
SVCSTG.AOS.5000103 |
Get archive failed. |
Failed to obtain the template file. |
Ensure that the template can be obtained in the specified address and try again. |
500 |
SVCSTG.AOS.5000105 |
Server internal error, please contact the administrator. |
Internal server error. |
Contact technical support. |
500 |
SVCSTG.AOS.5000109 |
Server internal error, please contact the administrator. |
Internal server error. |
Contact technical support. |
500 |
SVCSTG.AOS.5000110 |
Server internal error, please contact the administrator. |
Internal server error. |
Contact technical support. |
500 |
SVCSTG.AOS.5000111 |
Server internal error, please contact the administrator. |
Internal server error. |
Contact technical support. |
500 |
SVCSTG.AOS.5000112 |
Server internal error, please contact the administrator. |
Internal server error. |
Contact technical support. |
500 |
SVCSTG.AOS.5000113 |
Server internal error, please contact the administrator. |
Internal server error. |
Contact technical support. |
500 |
SVCSTG.AOS.5000114 |
Server internal error, please contact the administrator. |
Internal server error. |
Contact technical support. |
500 |
SVCSTG.AOS.5000118 |
Delete archive failed. |
Failed to delete the template file. |
Contact technical support. |
500 |
SVCSTG.AOS.5000119 |
Delete archive failed. |
Failed to delete the template file. |
Contact technical support. |
500 |
SVCSTG.AOS.5000124 |
Upload template failed, get namespace failed. |
Failed to create the template or failed to obtain the namespace. |
Contact technical support. |
500 |
SVCSTG.AOS.5000125 |
Upload template failed, create namespace failed. |
Failed to create the template or failed to create the namespace. |
Contact technical support. |
500 |
SVCSTG.AOS.5000126 |
Upload template failed, add namespace access error. |
Failed to create the template or failed to add the domain permission for the namespace. |
Contact technical support. |
500 |
SVCSTG.AOS.5000128 |
Operation failed, get OBS client failed. |
Operation failed. Failed to obtain the OBS client. |
Contact technical support. |
500 |
SVCSTG.AOS.5000129 |
Upload template failed, query bucket error. |
Failed to create the template or failed to query the bucket. |
Contact technical support. |
500 |
SVCSTG.AOS.5000130 |
Upload template failed, create bucket error. |
Failed to create the template or failed to create the bucket. |
Contact technical support. |
500 |
SVCSTG.AOS.5000131 |
Upload template failed, put object to obs error. |
Failed to create the template or failed to store the template file. |
Contact technical support. |
500 |
SVCSTG.AOS.5000132 |
Delete template failed, delete object from obs error. |
Deletion failed. |
Contact technical support. |
500 |
SVCSTG.AOS.5000134 |
Server internal error, please contact the administrator. |
Internal server error. |
Contact technical support. |
500 |
SVCSTG.AOS.5000202 |
Server internal error, please contact the administrator. |
Internal server error. |
Contact technical support. |
500 |
SVCSTG.AOS.5000203 |
Server internal error, please contact the administrator. |
Internal server error. |
Contact technical support. |
500 |
SVCSTG.AOS.5000204 |
Server internal error, please contact the administrator. |
Internal server error. |
Contact technical support. |
500 |
SVCSTG.AOS.5000205 |
Parse template failed since no response from parser. |
No information is returned when the template is verified. |
Contact technical support. |
500 |
SVCSTG.AOS.5000207 |
Parse template failed for an unknown reason. |
Failed to verify the template. |
Contact technical support. |
500 |
SVCSTG.AOS.5000208 |
Server internal error, please contact the administrator. |
Internal server error. |
Contact technical support. |
500 |
SVCSTG.AOS.5000209 |
Server internal error, please contact the administrator. |
Internal server error. |
Contact technical support. |
500 |
SVCSTG.AOS.5000210 |
Server internal error, please contact the administrator. |
Internal server error. |
Contact technical support. |
500 |
SVCSTG.AOS.5000211 |
Server internal error, please contact the administrator. |
Internal server error. |
Contact technical support. |
500 |
SVCSTG.AOS.5000212 |
Server internal error, please contact the administrator. |
Internal server error. |
Contact technical support. |
500 |
SVCSTG.AOS.5000213 |
Server internal error, please contact the administrator. |
Internal server error. |
Contact technical support. |
500 |
SVCSTG.AOS.5000214 |
Server internal error, please contact the administrator. |
Internal server error. |
Contact technical support. |
500 |
SVCSTG.AOS.5000215 |
Server internal error, please contact the administrator. |
Internal server error. |
Contact technical support. |
500 |
SVCSTG.AOS.5000216 |
Server internal error, please contact the administrator. |
Internal server error. |
Contact technical support. |
500 |
SVCSTG.AOS.5000217 |
Server internal error, please contact the administrator. |
Internal server error. |
Contact technical support. |
500 |
SVCSTG.AOS.5000218 |
Server internal error, please contact the administrator. |
Internal server error. |
Contact technical support. |
500 |
SVCSTG.AOS.5000300 |
Server internal error, please contact the administrator. |
Internal server error. |
Contact technical support. |
500 |
SVCSTG.AOS.5000301 |
Create stack failed. |
Failed to create a stack. |
Contact technical support. |
500 |
SVCSTG.AOS.5000302 |
Server internal error, please contact the administrator. |
Internal server error. |
Contact technical support. |
500 |
SVCSTG.AOS.5000303 |
Server internal error, please contact the administrator. |
Internal server error. |
Contact technical support. |
500 |
SVCSTG.AOS.5000304 |
Request to get stack info failed. |
Failed to obtain stack information. |
Contact technical support. |
500 |
SVCSTG.AOS.5000305 |
Server internal error, please contact the administrator. |
Internal server error. |
Contact technical support. |
500 |
SVCSTG.AOS.5000306 |
Server internal error, please contact the administrator. |
Internal server error. |
Contact technical support. |
500 |
SVCSTG.AOS.5000307 |
Request to get stack node instance failed. |
Failed to obtain the stack instance. |
Contact technical support. |
500 |
SVCSTG.AOS.5000308 |
Server internal error, please contact the administrator. |
Internal server error. |
Contact technical support. |
500 |
SVCSTG.AOS.5000309 |
Server internal error, please contact the administrator. |
Internal server error. |
Contact technical support. |
500 |
SVCSTG.AOS.5000310 |
Request to get stack executions failed. |
Failed to obtain the stack execution data. |
Contact technical support. |
500 |
SVCSTG.AOS.5000311 |
Server internal error, please contact the administrator. |
Internal server error. |
Contact technical support. |
500 |
SVCSTG.AOS.5000312 |
Server internal error, please contact the administrator. |
Internal server error. |
Contact technical support. |
500 |
SVCSTG.AOS.5000313 |
Server internal error, please contact the administrator. |
Internal server error. |
Contact technical support. |
500 |
SVCSTG.AOS.5000314 |
Server internal error, please contact the administrator. |
Internal server error. |
Contact technical support. |
500 |
SVCSTG.AOS.5000315 |
Server internal error, please contact the administrator. |
Internal server error. |
Contact technical support. |
500 |
SVCSTG.AOS.5000316 |
Request to get stack info failed. |
Failed to obtain stack information. |
Contact technical support. |
500 |
SVCSTG.AOS.5000317 |
Server internal error, please contact the administrator. |
Internal server error. |
Contact technical support. |
500 |
SVCSTG.AOS.5000318 |
Server internal error, please contact the administrator. |
Internal server error. |
Contact technical support. |
500 |
SVCSTG.AOS.5000320 |
Get Resource by label failed. |
Failed to obtain the resource by label. |
Contact technical support. |
500 |
SVCSTG.AOS.5000321 |
Server internal error, please contact the administrator. |
Internal server error. |
Contact technical support. |
500 |
SVCSTG.AOS.5000322 |
Get resource by name failed. |
Failed to obtain the resource by name. |
Contact technical support. |
500 |
SVCSTG.AOS.5000323 |
Get cluster failed. |
Failed to obtain the cluster. |
Contact technical support. |
500 |
SVCSTG.AOS.5000324 |
Server internal error, please contact the administrator. |
Internal server error. |
Contact technical support. |
500 |
SVCSTG.AOS.5000325 |
Server internal error, please contact the administrator. |
Internal server error. |
Contact technical support. |
500 |
SVCSTG.AOS.5000328 |
Server internal error, please contact the administrator. |
Internal server error. |
Contact technical support. |
500 |
SVCSTG.AOS.5000330 |
Server internal error, please contact the administrator. |
Internal server error. |
Contact technical support. |
500 |
SVCSTG.AOS.5000400 |
Request to get project detail failed. |
Internal server error. |
Contact technical support. |
500 |
SVCSTG.AOS.5000401 |
Server internal error, please contact the administrator. |
Internal server error. |
Contact technical support. |
500 |
SVCSTG.AOS.5000402 |
Server internal error, please contact the administrator. |
Internal server error. |
Contact technical support. |
500 |
SVCSTG.AOS.5000500 |
Failed to get chart package. |
Failed to obtain the chart package. |
Contact technical support. |
500 |
SVCSTG.AOS.5000501 |
Server internal error, please contact the administrator. |
Internal server error. |
Contact technical support. |
500 |
SVCSTG.AOS.5000502 |
Server internal error, please contact the administrator. |
Internal server error. |
Contact technical support. |
500 |
SVCSTG.AOS.5001002 |
Server internal error, please contact the administrator. |
Internal server error. |
Contact technical support. |
500 |
SVCSTG.AOS.5001003 |
Server internal error, please contact the administrator. |
Internal server error. |
Contact technical support. |
500 |
SVCSTG.AOS.5001006 |
Server internal error, please contact the administrator. |
Internal server error. |
Contact technical support. |
500 |
SVCSTG.AOS.5001012 |
Server internal error, please contact the administrator. |
Internal server error. |
Contact technical support. |
500 |
SVCSTG.AOS.5001109 |
Server internal error, please contact the administrator. |
Internal server error. |
Contact technical support. |
500 |
SVCSTG.AOS.5001112 |
Database operation failed, please contact the administrator. |
Database operation error. Contact the administrator. |
Contact technical support. |
500 |
SVCSTG.AOS.5001113 |
Server internal error, please contact the administrator. |
Internal server error. |
Contact technical support. |
500 |
SVCSTG.AOS.5001114 |
Server internal error, please contact the administrator. |
Internal server error. |
Contact technical support. |
500 |
SVCSTG.AOS.5001121 |
Server internal error, please contact the administrator. |
Internal server error. |
Contact technical support. |
500 |
SVCSTG.AOS.5001200 |
Server internal error, please contact the administrator. |
Internal server error. |
Contact technical support. |
500 |
SVCSTG.AOS.5001501 |
Delete failed, please contact administrator. |
Deletion failed. Contact technical support. |
Contact technical support. |
500 |
SVCSTG.AOS.5001503 |
Server internal error, please contact the administrator. |
Internal server error. |
Contact technical support. |
500 |
SVCSTG.AOS.5001700 |
Server internal error, Could not found url for download. |
Internal server error. |
Contact technical support. |
500 |
SVCSTG.AOS.5002005 |
Server internal error, please contact the administrator. |
Internal server error. |
Contact technical support. |
500 |
SVCSTG.AOS.5002007 |
Server internal error, please contact the administrator. |
Internal server error. |
Contact technical support. |
500 |
SVCSTG.AOS.5002012 |
Server internal error, please contact the administrator. |
Internal server error. |
Contact technical support. |
500 |
SVCSTG.AOS.5002014 |
Server internal error, please contact the administrator. |
Internal server error. |
Contact technical support. |
500 |
SVCSTG.AOS.5002016 |
Server internal error, please contact the administrator. |
Internal server error. |
Contact technical support. |
500 |
SVCSTG.AOS.5002017 |
Server internal error, please contact the administrator. |
Internal server error. |
Contact technical support. |
500 |
SVCSTG.AOS.5002022 |
Server internal error, please contact the administrator. |
Internal server error. |
Contact technical support. |
500 |
SVCSTG.AOS.5002023 |
Database operation failed, please contact the administrator. |
Database operation error. Contact the administrator. |
Contact technical support. |
500 |
SVCSTG.AOS.5002026 |
Server internal error, please contact the administrator. |
Internal server error. |
Contact technical support. |
500 |
SVCSTG.AOS.5002102 |
Delete stack failed. |
Failed to delete a stack. |
Contact technical support. |
500 |
SVCSTG.AOS.5002105 |
Server internal error, please contact the administrator. |
Internal server error. |
Contact technical support. |
500 |
SVCSTG.AOS.5002106 |
Server internal error, please contact the administrator. |
Internal server error. |
Contact technical support. |
500 |
SVCSTG.AOS.5002107 |
Server internal error, please contact the administrator. |
Internal server error. |
Contact technical support. |
500 |
SVCSTG.AOS.5002201 |
Server internal error, please contact the administrator. |
Internal server error. |
Contact technical support. |
500 |
SVCSTG.AOS.5002402 |
Server internal error, please contact the administrator. |
Internal server error. |
Contact technical support. |
500 |
SVCSTG.AOS.5002403 |
Server internal error, please contact the administrator. |
Internal server error. |
Contact technical support. |
500 |
SVCSTG.AOS.5002503 |
Server internal error, please contact the administrator. |
Internal server error. |
Contact technical support. |
500 |
SVCSTG.AOS.5002504 |
Server internal error, please contact the administrator. |
Internal server error. |
Contact technical support. |
500 |
SVCSTG.AOS.5002509 |
Server internal error, please contact the administrator. |
Internal server error. |
Contact technical support. |
500 |
SVCSTG.AOS.5002510 |
Server internal error, please contact the administrator. |
Internal server error. |
Contact technical support. |
500 |
SVCSTG.AOS.5002511 |
Get node instances num failed. |
Failed to obtain the number of instances for scaling. |
Contact technical support. |
500 |
SVCSTG.AOS.5002512 |
Parse instances Failed. |
Failed to parse the scaling instance. |
Contact technical support. |
500 |
SVCSTG.AOS.5002514 |
Server internal error, please contact the administrator. |
Internal server error. |
Contact technical support. |
500 |
SVCSTG.AOS.5002516 |
Server internal error, please contact the administrator. |
Internal server error. |
Contact technical support. |
500 |
SVCSTG.AOS.5002517 |
Server internal error, please contact the administrator. |
Internal server error. |
Contact technical support. |
500 |
SVCSTG.AOS.5002518 |
Values property does not exist in origin stack. |
The stack containing the helm application does not have the value property. |
Contact technical support. |
500 |
SVCSTG.AOS.5002519 |
Chart property does not exist in origin stack. |
The stack containing the helm application does not have the chart property. |
Contact technical support. |
500 |
SVCSTG.AOS.5002520 |
Version name or url property does not exist in origin stack. |
The stack containing the helm application does not have the version, name, or url property. |
Contact technical support. |
500 |
SVCSTG.AOS.5002521 |
Server internal error, please contact the administrator. |
Internal server error. |
Contact technical support. |
500 |
SVCSTG.AOS.5002524 |
Server internal error, please contact the administrator. |
Internal server error. |
Contact technical support. |
500 |
SVCSTG.AOS.5002526 |
Package property does not exist in origin stack. |
The stack does not have the package property. |
Contact technical support. |
500 |
SVCSTG.AOS.5002530 |
name property does not exist in action body. |
The node attribute of the request body does not contain the name property. |
Contact technical support. |
500 |
SVCSTG.AOS.5002531 |
version property does not exist in action body. |
The node attribute of the request body does not contain the version property. |
Contact technical support. |
500 |
SVCSTG.AOS.5002532 |
url property does not exist in action body. |
The node attribute of the request body does not contain the url property. |
Contact technical support. |
500 |
SVCSTG.AOS.5002534 |
Server internal error, please contact the administrator. |
Internal server error. |
Contact technical support. |
500 |
SVCSTG.AOS.5002535 |
Server internal error, please contact the administrator. |
Internal server error. |
Contact technical support. |
500 |
SVCSTG.AOS.5002540 |
Server internal error, please contact the administrator. |
Internal server error. |
Contact technical support. |
500 |
SVCSTG.AOS.5002541 |
Server internal error, please contact the administrator. |
Internal server error. |
Contact technical support. |
500 |
SVCSTG.AOS.5002542 |
Package type incorrect. |
The package type is incorrect. |
Contact technical support. |
500 |
SVCSTG.AOS.5002543 |
Server internal error, please contact the administrator. |
Internal server error. |
Contact technical support. |
500 |
SVCSTG.AOS.5002544 |
Server internal error, please contact the administrator. |
Internal server error. |
Contact technical support. |
500 |
SVCSTG.AOS.5002545 |
Get node from stack elements failed. |
Failed to obtain the stopped node. |
Contact technical support. |
500 |
SVCSTG.AOS.5002546 |
Server internal error, please contact the administrator. |
Internal server error. |
Contact technical support. |
500 |
SVCSTG.AOS.5002550 |
Server internal error, please contact the administrator. |
Internal server error. |
Contact technical support. |
500 |
SVCSTG.AOS.5002552 |
Get last succeed version failed. |
Failed to obtain the lifecycle of the last stack execution. |
Contact technical support. |
500 |
SVCSTG.AOS.5002553 |
Server internal error, please contact the administrator. |
Internal server error. |
Contact technical support. |
500 |
SVCSTG.AOS.5002554 |
Server internal error, please contact the administrator. |
Internal server error. |
Contact technical support. |
500 |
SVCSTG.AOS.5002558 |
Server internal error, please contact the administrator. |
Internal server error. |
Contact technical support. |
500 |
SVCSTG.AOS.5002559 |
Server internal error, please contact the administrator. |
Internal server error. |
Contact technical support. |
500 |
SVCSTG.AOS.5002560 |
Server internal error, please contact the administrator. |
Internal server error. |
Contact technical support. |
500 |
SVCSTG.AOS.5002561 |
Server internal error, please contact the administrator. |
Internal server error. |
Contact technical support. |
500 |
SVCSTG.AOS.5002565 |
Server internal error, please contact the administrator. |
Internal server error. |
Contact technical support. |
500 |
SVCSTG.AOS.5002601 |
Server internal error, please contact the administrator. |
Failed to obtain template data. |
Contact technical support. |
500 |
SVCSTG.AOS.5002701 |
Server internal error, please contact the administrator. |
Internal server error. |
Contact technical support. |
500 |
SVCSTG.AOS.5002801 |
Server internal error, please contact the administrator. |
Internal server error. |
Contact technical support. |
500 |
SVCSTG.AOS.5003200 |
Server internal error, please contact the administrator. |
Internal server error. |
Contact technical support. |
500 |
SVCSTG.AOS.5003201 |
Server internal error, please contact the administrator. |
Internal server error. |
Contact technical support. |
500 |
SVCSTG.AOS.5003202 |
Server internal error, please contact the administrator. |
Internal server error. |
Contact technical support. |
500 |
SVCSTG.AOS.5003203 |
Server internal error, please contact the administrator. |
Internal server error. |
Contact technical support. |
500 |
SVCSTG.AOS.5003300 |
Server internal error, please contact the administrator. |
Internal server error. |
Contact technical support. |
500 |
SVCSTG.AOS.5003301 |
Server internal error, please contact the administrator. |
Internal server error. |
Contact technical support. |
500 |
SVCSTG.AOS.5003302 |
Server internal error, please contact the administrator. |
Internal server error. |
Contact technical support. |
500 |
SVCSTG.AOS.5003303 |
Server internal error, please contact the administrator. |
Internal server error. |
Contact technical support. |
500 |
SVCSTG.AOS.5003304 |
Server internal error, please contact the administrator. |
Internal server error. |
Contact technical support. |
500 |
SVCSTG.AOS.5003400 |
Server internal error, please contact the administrator. |
Internal server error. |
Contact technical support. |
500 |
SVCSTG.AOS.5003401 |
Server internal error, please contact the administrator. |
Internal server error. |
Contact technical support. |
500 |
SVCSTG.AOS.5003500 |
Server internal error, please contact the administrator. |
Internal server error. |
Contact technical support. |
500 |
SVCSTG.AOS.5003900 |
Server internal error, please contact the administrator. |
Internal server error. |
Contact technical support. |
500 |
SVCSTG.AOS.5003901 |
Node property is not right. |
The node property is invalid. |
Modify the node property and try again. |
500 |
SVCSTG.AOS.5003904 |
Server internal error, please contact the administrator. |
Internal server error. |
Contact technical support. |
500 |
SVCSTG.AOS.5003905 |
Server internal error, please contact the administrator. |
Internal server error. |
Contact technical support. |
500 |
SVCSTG.AOS.5003906 |
External node is none. |
The external node is empty. |
Ensure that the external node is not empty and try again. |
500 |
SVCSTG.AOS.5003907 |
Server internal error, please contact the administrator. |
Internal server error. |
Contact technical support. |
500 |
SVCSTG.AOS.5003911 |
Server internal error, please contact the administrator. |
Internal server error. |
Contact technical support. |
500 |
SVCSTG.AOS.5003912 |
Server internal error, please contact the administrator. |
Internal server error. |
Contact technical support. |
500 |
SVCSTG.AOS.5003913 |
Server internal error, please contact the administrator. |
Internal server error. |
Contact technical support. |
500 |
SVCSTG.AOS.5003914 |
Server internal error, please contact the administrator. |
Internal server error. |
Contact technical support. |
500 |
SVCSTG.AOS.5003916 |
Server internal error, please contact the administrator. |
Internal server error. |
Contact technical support. |
500 |
SVCSTG.AOS.5003917 |
Unknown registry parameter. |
The request parameter has not been registered. |
Contact technical support. |
500 |
SVCSTG.AOS.5003919 |
Server internal error, please contact the administrator. |
Internal server error. |
Contact technical support. |
500 |
SVCSTG.AOS.5004001 |
Stack health check failed. |
The stack fails the health check. |
Contact technical support. |
500 |
SVCSTG.AOS.5004101 |
unmarshal template inputs error |
An error occurred in parsing the template inputs. |
Contact technical support. |
500 |
SVCSTG.AOS.5004102 |
get merged input details error |
An error occurred in combining inputs. |
Contact technical support. |
500 |
SVCSTG.AOS.5004103 |
get error when check whether old template support upgrade |
An error occurred in checking whether the old template can be updated. |
Contact technical support. |
500 |
SVCSTG.AOS.5004105 |
get error when element classification |
An error occurred in classifying template elements. |
Contact technical support. |
500 |
SVCSTG.AOS.5004200 |
unmarshal job information failed |
Internal server error. |
Contact technical support. |
500 |
SVCSTG.AOS.5004202 |
invalid inputs preview stack, please check your inputs |
An error occurred in combining inputs. |
Contact technical support. |
500 |
SVCSTG.AOS.5004602 |
Update tenant consume state failed. |
Failed to update application status. |
Contact technical support. |
500 |
SVCSTG.AOS.5004604 |
Generate billing data failed. |
Failed to generate CDR data. |
Contact technical support. |
500 |
SVCSTG.AOS.5004605 |
Get billing data failed |
Failed to obtain CDR data. |
Contact technical support. |
500 |
SVCSTG.AOS.5004606 |
Server internal error, please contact the administrator. |
Internal server error. |
Contact technical support. |
500 |
SVCSTG.AOS.5004700 |
Query stack quota failed. |
Failed to query the stack quota. |
Contact technical support. |
500 |
SVCSTG.AOS.5004701 |
Update stack quota failed |
Failed to update the stack quota. |
Contact technical support. |
500 |
SVCSTG.AOS.5004703 |
Unmarshal quota request body error. |
Internal server error. |
Contact technical support. |
500 |
SVCSTG.AOS.5004800 |
Get statistics failed. |
Failed to obtain statistical data. |
Contact technical support. |
500 |
SVCSTG.AOS.5004801 |
Marshal statistics response body failed. |
Internal server error. |
Contact technical support. |
500 |
SVCSTG.AOS.5004901 |
Server internal error, please contact the administrator. |
Internal server error. |
Contact technical support. |
500 |
SVCSTG.AOS.5004902 |
Server internal error, please contact the administrator. |
Internal server error. |
Contact technical support. |
500 |
SVCSTG.AOS.5004903 |
Server internal error, please contact the administrator. |
Internal server error. |
Contact technical support. |
500 |
SVCSTG.AOS.5004904 |
Server internal error, please contact the administrator. |
Internal server error. |
Contact technical support. |
500 |
SVCSTG.AOS.5004905 |
Server internal error, please contact the administrator. |
Internal server error. |
Contact technical support. |
500 |
SVCSTG.AOS.5004906 |
Server internal error, please contact the administrator. |
Internal server error. |
Contact technical support. |
500 |
SVCSTG.AOS.5004907 |
Server internal error, please contact the administrator. |
Internal server error. |
Contact technical support. |
500 |
SVCSTG.AOS.5004908 |
Server internal error, please contact the administrator. |
Internal server error. |
Contact technical support. |
500 |
SVCSTG.AOS.5005001 |
Create temporary directory failed. |
Internal server error. |
Contact technical support. |
500 |
SVCSTG.AOS.5005002 |
Read sample template file content failed. |
Internal server error. |
Contact technical support. |
500 |
SVCSTG.AOS.5005004 |
Save sample template content zip package to local file failed.. |
Internal server error. |
Contact technical support. |
500 |
SVCSTG.AOS.5005005 |
Unzip sample template package failed. |
Internal server error. |
Contact technical support. |
500 |
SVCSTG.AOS.5005006 |
Read template yaml file failed. |
Internal server error. |
Contact technical support. |
500 |
SVCSTG.AOS.5005008 |
Could not get template id, maybe create template failed. |
Internal server error. |
Contact technical support. |
500 |
SVCSTG.AOS.5005010 |
Database returning error while checking sample template is exsit or not. |
Internal server error. |
Contact technical support. |
500 |
SVCSTG.AOS.5005012 |
Write sample template to db failed. |
Internal server error. |
Contact technical support. |
500 |
SVCSTG.AOS.5005013 |
Get sample template from db failed. |
Internal server error. |
Contact technical support. |
500 |
SVCSTG.AOS.5005101 |
Generate order id failed. |
Failed to generate an order ID. |
Contact technical support. |
500 |
SVCSTG.AOS.5005102 |
Generate order failed. |
Failed to generate an order. |
Contact technical support. |
500 |
SVCSTG.AOS.5005103 |
Server internal error, please contact the administrator. |
Internal server error. |
Contact technical support. |
500 |
SVCSTG.AOS.5005104 |
Server internal error, please contact the administrator. |
Internal server error. |
Contact technical support. |
500 |
SVCSTG.AOS.5005106 |
Server internal error, please contact the administrator. |
Internal server error. |
Contact technical support. |
500 |
SVCSTG.AOS.5005107 |
Server internal error, please contact the administrator. |
Internal server error. |
Contact technical support. |
500 |
SVCSTG.AOS.5005108 |
Server internal error, please contact the administrator. |
Internal server error. |
Contact technical support. |
500 |
SVCSTG.AOS.5005109 |
Server internal error, please contact the administrator. |
Internal server error. |
Contact technical support. |
500 |
SVCSTG.AOS.5005111 |
Server internal error, please contact the administrator. |
Internal server error. |
Contact technical support. |
500 |
SVCSTG.AOS.5005112 |
Server internal error, please contact the administrator. |
Internal server error. |
Contact technical support. |
500 |
SVCSTG.AOS.5005114 |
Server internal error, please contact the administrator. |
Request error. The template does not contain resources billed in yearly/monthly mode. |
Contact technical support. |
500 |
SVCSTG.AOS.5005115 |
unmarshal stack template inputs error |
An error occurred in parsing the template inputs. |
Contact technical support. |
500 |
SVCSTG.AOS.5005116 |
Server internal error, please contact the administrator. |
Request error. The template does not contain resources billed in yearly/monthly mode. |
Contact technical support. |
500 |
SVCSTG.AOS.5005117 |
Server internal error, please contact the administrator. |
Request error. The template does not contain resources billed in yearly/monthly mode. |
Contact technical support. |
500 |
SVCSTG.AOS.5005118 |
Server internal error, please contact the administrator. |
Request error. The template does not contain resources billed in yearly/monthly mode. |
Contact technical support. |
500 |
SVCSTG.AOS.5005119 |
Server internal error, please contact the administrator. |
Request error. The template does not contain resources billed in yearly/monthly mode. |
Contact technical support. |
500 |
SVCSTG.AOS.5005120 |
Server internal error, please contact the administrator. |
Request error. The template does not contain resources billed in yearly/monthly mode. |
Contact technical support. |
500 |
SVCSTG.AOS.5005121 |
Bad request, invalid stack phase when periodic upgrade. |
Request error. The stack parameter is incorrect. Upgrade and scaling are not allowed. |
Contact technical support. |
500 |
SVCSTG.AOS.5005122 |
failed to get changed input, please contact the administrator. |
An error occurred in parsing the template inputs. |
Contact technical support. |
500 |
SVCSTG.AOS.5005123 |
failed to flush charge info to deployment json, please contact the administrator. |
An error occurred in parsing the template inputs. |
Contact technical support. |
500 |
SVCSTG.AOS.5005201 |
Server internal error, please contact the administrator. |
Internal server error. |
Contact technical support. |
500 |
SVCSTG.AOS.5005202 |
Server internal error, please contact the administrator. |
Internal server error. |
Contact technical support. |
500 |
SVCSTG.AOS.5005206 |
Server internal error, please contact the administrator. |
Internal server error. |
Contact technical support. |
500 |
SVCSTG.AOS.5005207 |
Server internal error, please contact the administrator. |
Internal server error. |
Contact technical support. |
500 |
SVCSTG.AOS.5005208 |
Server internal error, please contact the administrator. |
Internal server error. |
Contact technical support. |
500 |
SVCSTG.AOS.5005209 |
Server internal error, please contact administrator. |
Internal server error. |
Contact technical support. |
500 |
SVCSTG.AOS.5005212 |
Server internal error, please contact administrator. |
Internal server error. |
Contact technical support. |
500 |
SVCSTG.AOS.5005213 |
Server internal error, please contact administrator. |
Internal server error. |
Contact technical support. |
509 |
SVCSTG.AOS.5090019 |
Bad request, failed to flush charge into db stack |
Cloud service operation conflicts. |
Contact technical support. |
400 |
SVSSTG.AOS.4002033 |
Bad request, invalid template specified, attempting to use template belong to other domain |
Request error. The specified template resource is not in your domain. |
Templates of another tenant cannot be specified to create a stack. Modify the template and try again. |
400 |
SVSSTG.AOS.4002036 |
Bad request, please check template and subject template. |
Internal server error. |
Contact technical support. |
500 |
SVSSTG.AOS.5002035 |
Server internal error, please contact the administrator. |
Internal server error. |
Contact technical support. |
500 |
SVSSTG.AOS.5005105 |
Server internal error, please contact the administrator. |
Internal server error. |
Contact technical support. |
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.