Response codes description¶
| Response code | Description |
|---|---|
| 200, 201 | Successful receipt and processing of the request. |
| BadRequest (400) | Identity Service was unable to parse the request. Possible reasons:
|
| Unauthorized (401) | Possible reasons:
|
| PaymentRequired (402) | It arises when it is necessary to pay for services. |
| Forbidden (403) | Request was successfully authenticated, but there is no permission to complete it. |
| ItemNot Found (404) | Operation could not be performed because its ID was not found. |
| BadMethod (405) | Method by which the request to the resource is made is not available. |
| ComputeFault (400, 500) | This error indicates any internal server error that does not fall within the scope of other class errors. |
| ServiceUnavailable (503) | Service is not available. |