Help Center/ ServiceStage/ API Reference/ Appendix/ ServiceStage Error Codes
Updated on 2023-11-14 GMT+08:00

ServiceStage Error Codes

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

If an error code starting with APIGW is returned after you call an API, rectify the fault by referring to Error Codes.

The following lists the error codes.

Status Code

Error Code

Error Message

Description

Measure

400

SVCSTG.00100400

Bad Request

Invalid parameter.

Enter a valid value and try again.

400

SVCSTG.00100402

Bad Request

The component has been deployed. Uninstall it first.

Uninstall the component and try again.

400

SVCSTG.00100414

Bad Request

The job ID cannot be empty.

Specify a job ID.

400

SVCSTG.00100418

Bad Request

The component instance operation is not defined.

Specify a defined operation.

400

SVCSTG.00100420

Bad Request

The runtime system is not supported.

Specify a supported runtime system.

400

SVCSTG.00100422

Bad Request

The basic resource cannot be empty.

Configure basic resources.

400

SVCSTG.00100425

Bad Request

The software package or image of the instance is empty.

The artifact parameter in the packet cannot be empty.

400

SVCSTG.00100449

Bad Request

The environment name already exists.

Use another environment name.

400

SVCSTG.REPO.0400

Bad Request

Invalid parameter.

Enter a valid value and try again.

400

SVCSTG.REPO.0401

Bad Request

The repository is not implemented.

Select another repository.

400

SVCSTG.REPO.0402

Bad Request

Invalid OAuth code or state.

Perform OAuth 2.0 authorization again to obtain a correct authentication code and random string.

400

SVCSTG.REPO.0403

Bad Request

The resource already exists.

Check whether the resource already exists.

400

SVCSTG.REPO.0450

Bad Request

No repository authorization.

Check whether the authorization name in the request header is correct.

400

SVCSTG.REPO.0451

Bad Request

Invalid repository authorization.

Perform authorization again.

400

SVCSTG.REPO.0452

Bad Request

Invalid clone URL.

Enter a correct clone URL.

Example: https://user-name@github.com/user-name/demo.git.

404

SVCSTG.00100403

Not Found

Application not found.

Specify an existing application.

404

SVCSTG.00100404

Not Found

Component not found.

Specify an existing component.

404

SVCSTG.00100408

Not Found

Request not found.

Specify an existing request.

404

SVCSTG.00100411

Not Found

Environment not found.

Specify an existing environment.

404

SVCSTG.00100412

Not Found

Instance not found.

Specify an existing instance.

404

SVCSTG.00100424

Not Found

ELB instance not found.

Specify an existing ELB instance.

404

SVCSTG.00100429

Not Found

Build job not found.

Specify an existing build job.

404

SVCSTG.00100433

Not Found

Release task not found.

Specify an existing release task.

404

SVCSTG.00100436

Not Found

Instance snapshot not found.

Specify an existing instance snapshot.

404

SVCSTG.00100438

Not Found

Template image not found.

Specify an existing template image.

404

SVCSTG.00100441

Not Found

The component instance version number has been used in the environment.

Use another version number.

405

SVCSTG.00100421

Method Not Allowed

The account quota has been suspended.

Restore the account.

405

SVCSTG.00100427

Method Not Allowed

No permission.

Perform authorization again.

408

SVCSTG.00100428

Request Timeout

The system processing timed out.

The system is busy. Try again later.

409

SVCSTG.00100401

Conflict

The application is not empty.

Delete all components of the application and then delete the application.

409

SVCSTG.00100413

Conflict

The instance name already exists.

Use another instance name.

409

SVCSTG.00100419

Conflict

The operation cannot be performed in the current state.

The operation is being processed. Try again later.

409

SVCSTG.00100423

Conflict

The component instance cannot be deleted.

The operation is being processed. Try again later.

409

SVCSTG.00100426

Conflict

The environment is in use.

Delete the instances deployed in the environment and then delete the environment.

409

SVCSTG.00100432

Conflict

The component is already in the release task.

Wait until the current task is complete and try again.

409

SVCSTG.00100435

Conflict

The release task cannot be deleted.

The operation is being processed. Try again later.

409

SVCSTG.00100439

Conflict

The ELB instance has been used in the component.

Use another ELB instance.

500

SVCSTG.00100500

Internal Server Error

Internal server error.

The system is busy. Try again later.

500

SVCSTG.00100501

Internal Server Error

Remote server error.

The system is busy. Try again later.

500

SVCSTG.REPO.0500

Internal Server Error

Internal server error.

Network error. Try again later.

500

SVCSTG.REPO.0501

Internal Server Error

Remote repository error.

Check whether the request parameter is correct or the remote Git repository file has been modified.