Status Codes
Table 1 describes the status codes.
| Status Code | Message | Description |
|---|---|---|
| 200 | - | OK |
| 400 | BadRequest | Invalid request. The client should not repeat the request without modifications. |
| 401 | Unauthorized | The authentication information is incorrect or invalid. |
| 404 | NotFound | The requested resource cannot be found. The client should not repeat the request without modifications. |
| 422 | UnprocessableEntity | The request was well-formed but was unable to be followed due to semantic errors. |
| 500 | InternalServerError | The server is able to receive the request but it could not understand the request. |
Last Article: Appendix
Next Article: ServiceStage Error Codes
Did this article solve your problem?
Thank you for your score!Your feedback would help us improve the website.