Titus Documentation

HTTP Status Codes

The below table contains general HTTP Status Codes of a requests result.

Status CodeDescription
200 OKIndicates that the request has succeeded
201 CreatedIndicates that the request has succeeded and a new resource has been created as a result
400 Bad RequestThe request could not be understood by the server and likely because the request body is invalid. The client SHOULD NOT repeat the request without modifications.
409 ConflictThe request could not be processed because of conflict in the request. The client SHOULD NOT repeat the request without modifications.
500 Internal Server ErrorThe server encountered an unexpected condition that prevented it from fulfilling the request.
What are your feelings
Updated on 10 October 2023