๐“๐จ๐ฉ ๐‡๐“๐“๐ ๐’๐ญ๐š๐ญ๐ฎ๐ฌ ๐‚๐จ๐๐ž๐ฌ

โœ… Success

CodeMeaningDescription
200 OK    SuccessThe request was successful.
201 Created  Resource Created  A new resource has been successfully created.
202 Accepted  Request AcceptedThe request has been received but not yet processed
204 No ContentNo ContentThe request was successful, but there is no content to return.

๐Ÿ”„ Redirection

CodeMeaningDescription
301 Moved PermanentlyPermanent RedirectThe resource has moved to a new URL permanently.
302 FoundTemporary RedirectThe resource is temporarily located at a different URI.
304 Not ModifiedNot ModifiedThe resource has not changed since the last request.

๐Ÿšซ Client Side Errors

CodeMeaningDescription
400 Bad RequestMalformed RequestThe server could not understand the request due to invalid syntax.
401 UnauthorizedAuthentication RequiredThe request lacks valid authentication credentials
403 ForbiddenAccess DeniedThe server understood the request but refuses to authorize it
404 Not FoundResource MissingThe server cannot find the requested resource
405 Method Not AllowedMethod DisallowedThe HTTP method is not allowed for the requested resource
408 Request TimeoutTimeoutThe server timed out waiting for the request

๐Ÿ’ฅ Server Side Errors

CodeMeaningDescription
500 Internal Server ErrorServer ErrorThe server encountered an unexpected condition
501 Not ImplementedNot SupportedThe server does not support the functionality required
502 Bad GatewayInvalid GatewayThe server received an invalid response from an upstream server.
503 Service UnavailableTemporarily OverloadedThe server is currently unavailable
504 Gateway TimeoutUpstream TimeoutThe server did not receive a timely response from an upstream server.