Errors & Status Codes

**HTTP Error codes

create a table for this//

  1. 429: HTTP Error 429 is an HTTP response status code that indicates the client application has surpassed its rate limit, or number of requests they can send in a given period of time.
  2. 400: HTTP Error 400 Bad Request status code that means that the request you sent to the website server, often something simple like a request to a search request was somehow incorrect or corrupted and the server couldn't understand it.
  3. 401: HTTP Error 400 Unauthorized is returned when the authentication provided is invalid. See our Authentication Overview for details on authenticating API requests.
  4. 403: HTTP 403 Forbidden is returned when the authentication provided does not have the proper permissions to access the specific URL.
  5. 500: HTTP 500 Internal server error is a general error message. It covers unexpected issues that don't fit into existing error codes.

In cases where an API request encounters an error, the Factori API provides informative error messages and corresponding status codes. The error handling section of the documentation explains the possible error scenarios, their meanings, and recommended approaches for error handling and troubleshooting.