English
English
Appearance
English
English
Appearance
After sending an API request, you will receive a response indicating the request processing status. Below is a classification of HTTP status codes and their corresponding handling methods:
Status codes in the 2xx range indicate that the request was received and successfully processed.
Status codes in the 4xx range indicate that there was an error in the request, typically due to invalid input from the client.
Status codes in the 5xx range indicate errors occurring on the server or connection issues.
Ensure to handle error codes appropriately in your application to provide the best user experience.