Updated on 2023-11-08 GMT+08:00

Status Codes

Table 1 describes the status codes.

Table 1 Status codes

Status Code

Message

Description

200

-

OK

204

No Content

OK

400

Bad Request

Invalid request.

The client should not repeat the request without modifications.

401

Unauthorized

The authentication information is incorrect or invalid.

404

Not Found

The requested resource cannot be found.

The client should not repeat the request without modifications.

409

Conflict

The resource already exists.

422

Unprocessable Entity

The request was well-formed but was unable to be followed due to semantic errors.

500

Internal Server Error

The server is able to receive the request but it could not understand the request.