View Single Post
Old 04-01-2025, 05:17 AM   #1
sahithya
Registered User
 
Join Date: Feb 2013
Location: Bangalore
Posts: 1,229
Some specific HTTP status codes

200 OK: Successful request
400 Bad Request: Invalid argument (invalid request payload)
403 Forbidden: Permission denied (e.g. invalid API key)
429 Resource Exhausted: Either out of resource quota or reaching rate limiting
500 Internal Server Error: Internal server error (retry your request)
503 Service Unavailable: Unavailable
504 Gateway Timeout: Deadline exceeded (retry your request)
600 Busy: The server is temporarily unable to handle the request due to a high volume of requests
__________________

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
|
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
|
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
|
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
|
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
sahithya is offline   Reply With Quote