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

CSE Error Codes

If an error occurs after a request is sent to the system, a response containing an error code will be returned. Table 1 describes the error codes.

Table 1 Error codes

Category

Status Code

Error Code

Description

Measure

Configuration management

400

SVCSTG.00300607

Invalid dimension.

Change the value of dimensionsInfo as prompted.

SVCSTG.00400641

Configuration item format incorrect

The format must meet the following requirements:

  • The value of a configuration item can contain 1 to 2048 characters, including digits, letters, and special characters (.-_:[]).
  • The value can contain digits, letters, and special characters in the parentheses ('-!@#$ %^&*()_\{}|:"<>?`-[], ./=). For the professional CSE, the value can contain 1 to 2048 characters. For the exclusive CSE, the value can contain 1 to 131072 characters.

SVCSTG.00400642

Configured quota exceeding the upper limit

  • Exclusive CSE: Delete some configurations.
  • Professional CSE: Delete some configurations or apply for exclusive CSE.

401

SVCSTG.00300401

Unauthorized

Enter a correct token.

500

SVCSTG.00300605

Internal service error.

Internal error. Contact technical support.

SVCSTG.00300500

Internal service error.

Internal error. Contact technical support.

SVCSTG.00300501

Internal service error.

Internal error. Contact technical support.

Microservice

400

400001

Invalid parameter.

Change parameters as prompted.

400010

The service already exists.

Modify the service ID or microservice description in the body of the request for creating a microservice.

400012

The service does not exist.

Enter a valid service ID.

400013

The microservice cannot be deleted because instances have been deployed.

Take the instance offline and then delete the microservice. Alternatively, forcibly delete the microservice by setting the query parameter force to true in the URL.

400014

The schema ID does not exist.

Enter a valid schema ID.

400015

The schema cannot be modified.

The schema has been registered and cannot be modified.

400016

The schema does not exist.

Register the schema first.

400017

The instance does not exist.

Enter a valid instance ID.

400023

The microservice cannot be deleted because it is the dependent service of other microservices.

You can forcibly delete microservices by setting the query parameter force to true in the URL.

400026

The microservice version does not exist.

Enter a correct version number or range.

400100

Insufficient quota.

The quotas of resources such as microservices, instances, or schemas are insufficient. Delete some resources and create again.

401

401002

Unauthorized

Enter a correct token.

500

500003

Internal error.

Internal error. Contact technical support.

500011

Backend error.

Internal error. Contact technical support.