Error Handling
Common error codes and their meanings:
400 Bad Request
: Invalid request format or missing parameters.401 Unauthorized
: Invalid API key.404 Not Found
: The requested resource was not found.500 Internal Server Error
: An error occurred on the server.
Last updated