The server has received the request headers and the client should proceed to send the request body.
Used when the client sends large payloads and waits for server approval.
Continue sending request body.The server is switching protocols as requested by the client.
Used during protocol upgrades like HTTP to WebSocket.
Switching to WebSocket protocol.The request was successful.
Standard response for successful GET, PUT, DELETE.
Request completed successfully.A new resource was successfully created.
Use after successful POST requests.
User created successfully.The request has been accepted for processing but not completed.
Use for async or background processing.
Request accepted and will be processed later.The request was successful but there is no response body.
Use after successful DELETE operations.
Operation successful. No content returned.The resource has been permanently moved to a new URL.
Use when URLs change permanently.
Resource moved permanently.The resource is temporarily located at a different URL.
Temporary redirects.
Resource temporarily moved.The cached version of the resource is still valid.
Used with caching mechanisms.
Cached version is valid.Temporary redirect without changing HTTP method.
Temporary redirects preserving request method.
Temporarily redirected.Permanent redirect without changing HTTP method.
Permanent redirects preserving request method.
Permanently redirected.Invalid request syntax or data.
Validation or malformed request errors.
Invalid request payload.Authentication is required.
Missing or invalid authentication token.
Authentication required.User is authenticated but not authorized.
Access control violations.
Access denied.The requested resource does not exist.
Invalid or missing endpoint.
Resource not found.HTTP method is not supported for this endpoint.
Wrong HTTP method used.
Method not allowed.The client took too long to send the request.
Client-side delays.
Request timed out.Request conflicts with the current state of the resource.
Duplicate entries or version conflicts.
Resource conflict detected.Request entity is too large.
File upload size exceeded.
Payload too large.Unsupported request content type.
Invalid Content-Type header.
Unsupported media type.Validation errors in the request.
API validation failures.
Validation error.Rate limit exceeded.
API throttling.
Too many requests. Try again later.Generic server failure.
Unexpected server errors.
Something went wrong.The server does not support the requested functionality.
Feature not implemented.
Feature not supported.Invalid response from upstream server.
API gateway failures.
Bad gateway response.Server is temporarily unavailable.
Maintenance or overload.
Service unavailable.Upstream server failed to respond in time.
Timeouts between services.
Gateway timeout.