Comprehensive guide to error handling in the IXO Spatial Web API
Effective error handling is essential for ensuring a smooth developer experience and building robust applications. This guide provides an overview of the errors you may encounter when interacting with the IXO Spatial Web API.
Client Errors (4xx)
Errors that occur due to client-side issues.
Common Errors
400 Bad Request: Malformed request or invalid parameters
401 Unauthorized: Authentication required or failed
403 Forbidden: Insufficient permissions
404 Not Found: Resource not found
429 Too Many Requests: Rate limit exceeded
Server Errors (5xx)
Errors that occur due to server-side issues.
Common Errors
500 Internal Server Error: Unexpected server condition
502 Bad Gateway: Invalid response from upstream
503 Service Unavailable: Server temporarily unable to handle request